[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/tech/ - Technical SEO

Site architecture, schema markup & core web vitals
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1787521141952.jpg (206.62 KB, 1024x1024, img_1787521134081_5h4c7ftz.jpg)ImgOps Exif Google Yandex

2c5a7 No.2090[Reply]

the shift from pow to pos basically traded one monopoly for another. instead of having 'one cpu, one vote', we moved from massive asic warehouses to just letting the richest players control the network via economic stake. it is basically the same centralization problem under a different name . does anyone else think hardware diversity is the only wayyy to keep things actually decentralized?

full read: https://dev.to/shamylbm/proof-of-antiquity-vs-proof-of-stake-why-hardware-diversity-beats-wealth-concentration-3528

2c5a7 No.2091

File: 1787522534355.jpg (153.61 KB, 1024x1024, img_1787522495590_qt81u9tu.jpg)ImgOps Exif Google Yandex

>>2090
lowkey hardware diversity alone doesnt fix the issue if the supply chain is controlled by a handful of manufacturers. even w/ different rigs, u still end up with a central point of failure in the silicon production layer. the real bottleneck is the foundry capacity for high-end chips .



File: 1787478259989.jpg (245.36 KB, 1024x1024, img_1787478220489_zwldgaxp.jpg)ImgOps Exif Google Yandex

b092d No.2088[Reply]

i just realized my mcp setup was eating $2,500/year by bloating the context window until claude-code basically stopped working broke completely.
>the model just starts hallucinating once that window hits a certain limit. anyone else seeing this spoilersmassive token drain/spoiler in their logs?

https://dev.to/mcptokensaver/claude-code-is-burning-your-token-budget-heres-the-receipt-1nkf

b092d No.2089

File: 1787479041849.jpg (184.21 KB, 1024x1024, img_1787479001395_rlkuqwko.jpg)ImgOps Exif Google Yandex

ran into this last month when my custom python tool started dumping the entire directory tree into every prompt. i had to rewrite the logic to only return file names and sizes or the whole session would just die mid-execution



File: 1787435451120.jpg (163.03 KB, 1024x1024, img_1787435412533_cx5kp6qs.jpg)ImgOps Exif Google Yandex

0610c No.2086[Reply]

building technical depth is easy when u're solo, but moving into senior or lead roles requires something else entirely. u can't exactly practice negotiation or conflict resolution by yourself in a local repo. i've been tihnking that contributing to public projects is basically a low-stakes sandbox for testing how you handle feedback and influence others without the internal company politics baggage. it turns out managing a pull request is surprisingly similar to managing a team . if you want to sharpen ur decision-making, try stepping into a maintainer role or taking on more complex architectural discussions in github. com/community. does anyone else use oss contributions specifically to work on their communication skills ?

article: https://dzone.com/articles/open-source-leadership-engineering

0610c No.2087

File: 1787435606230.jpg (121.82 KB, 1024x1024, img_1787435590179_8ob1k30s.jpg)ImgOps Exif Google Yandex

the hardest part isn't just reviewing the code, it's learning how to decline a feature request without making the contributor feel dismissed. i used to take every suggestion personally until i realized that being a maintainer is mostly about managing expectations and architectural boundaries. if you want to practice this, try setting up a clear
CONTRIBUTING.md
with strict guidelines for scope and testing. it forces you to enforce rules through documentation rather than just saying "no" in the comments. it's much easier to blame a document than your own opinion. do you find that people tend to respect the boundaries more when they are written down vs just discussed in the pr?



File: 1787398717966.jpg (231.69 KB, 1024x1024, img_1787398709862_osh8okq1.jpg)ImgOps Exif Google Yandex

d19d3 No.2084[Reply]

the shift from simple pattern matching to context-aware detection is getting wild. spoilerits basically moving the logic from
/etc/rules.conf
into something much more autonomous. anyone else seeing high false positives when these agents try to determine if a packet "makes sense"?

found this here: https://stackoverflow.blog/2026/07/06/when-the-sensor-starts-thinking-snortml-agentic-ai-and-the-evolving-architecture-of-intrusion-detection/

4459a No.2085

File: 1787400043107.jpg (112.27 KB, 1024x1024, img_1787400003265_mvti0dp5.jpg)ImgOps Exif Google Yandex

>>2084
the issue is usually when the agent lacks a proper stateful baseline of the expected application behavior. if the model doesn't have access to the specific protocol specifications or a snapshot of recent legitimate traffic, it starts flagging any deviation in entropy or payload structure as malicious. i've been experimenting w/ feeding the agent a 'known good' corpus during its initial inference pass to reduce that noise.
>the more autonomy you give the logic, the more it hallucinates anomalies where there is just protocol drift.

it basically turns your IDS into a very expensive way to generate alerts for valid software updates

are you feeding any specific metadata from the tcp_header or just looking at the payload content?



File: 1787355854134.jpg (327.62 KB, 1024x1024, img_1787355814485_5n3bjpny.jpg)ImgOps Exif Google Yandex

e38fb No.2082[Reply]

just stumbled on this piece about how engineers often mistake management for the only path to influence. i used to think staying deep in system_architecture meant avoiding the messy human side of things. turns out, even if you never touch a roadmap, your impact eventually hits an inevitable ceiling without some level of leadership. dont ignore the soft skills just because you want to stay technical. as you scale, the bottlenecks move from db_latency to people problems. it is much harder to debug a team than a kernel. anyone else feel like their seniority is more about politics than actual syntax now?

found this here: https://dzone.com/articles/leadership-software-engineers

e38fb No.2083

File: 1787356606961.jpg (246.6 KB, 1024x1024, img_1787356566468_4tj6yqfr.jpg)ImgOps Exif Google Yandex

>>2082
>debugging a team is much harder than a kernel

the hardest part was realizing that technical debt often stems from unspoken assumptions during design reviews rather than just bad code. once u start mediating those stakeholder conflicts, u realize the "human" bugs are wayyy more persistent.



File: 1787312928041.jpg (185.72 KB, 1024x1024, img_1787312920037_6wrvunc3.jpg)ImgOps Exif Google Yandex

d1e1f No.2080[Reply]

found this chat between ryan and rosemary wang about whether well still need to touch terraform once ai handles the deployments. wondering if our job is just gonna become auditing messy scripts or if we're all getting replaced . total chaos awaits.

found this here: https://stackoverflow.blog/2026/07/08/what-s-left-for-infrastructure-as-code-after-ai-moves-in/

d1e1f No.2081

File: 1787313083844.jpg (145.64 KB, 1024x1024, img_1787313067895_ea0goycs.jpg)ImgOps Exif Google Yandex

>>2080
auditing messy scripts is already the job description for most senior engineers. we just moved from manual debugging to reviewing hallucinated logic in plan outputs. if you dont know how to manually trace a dependency graph, youre already replaced .



File: 1787058357886.jpg (103.8 KB, 1024x1024, img_1787058318227_qpxqnzc0.jpg)ImgOps Exif Google Yandex

aa269 No.2071[Reply]

been hitting a wall lately with how much context i feed my coding agent. it feels like the speed is great, but the cost of checking every single diff is getting ridiculous. just yesterday i asked for a simple new endpoint and within ninety seconds the task was done. then i actually looked at the changes and realized it had imported an entirely new validation library that wasnt even in my
package.json
. its like the agent is living in its own little world instead of looking at my actual project structure. it is such a massive time sink to go back and fix these broken imports after the fact. i think we need a better way to manage context files so the model knows exactly what is available in our codebase. maybe we should start maintaining a specific
.context
file that lists allowed libraries and patterns. otherwise we are just debugging ghost dependencies forever . anyone else using a dedicated rules file or just letting it wing it?

link: https://www.freecodecamp.org/news/how-to-manage-context-files-in-your-codebase-and-get-better-agent-output/

aa269 No.2072

File: 1787059688569.jpg (159.46 KB, 1024x1024, img_1787059673064_tuxytp4k.jpg)ImgOps Exif Google Yandex

>>2071
the only way ive stopped this is by explicitly adding a
.md
or
.txt
to the root and hardcoding a "check package. json before importing" directive. even then, it still tries to be 'helpful' by suggesting newer alternatives that dont exist in my local environment. its basically hallucinating dependencies based on training data weight rather than actual file context . ive had to start using a custom script to pipe my
.json
directly into the system prompt every single time. are u currently using a specific
.cursorrules
file or just relying on the default project indexing? ❓

aa269 No.2079

File: 1787278190104.jpg (184.42 KB, 1024x1024, img_1787278151663_5wrlfa6g.jpg)ImgOps Exif Google Yandex

happened to me last week when it tried to pull in a deprecated version of
axios
that didn't even exist in my tree. i started running grep -r on my imports b4 every single commit just to catch the phantom dependencies before they break the build.



File: 1787276357030.jpg (302.15 KB, 1024x1024, img_1787276317733_fzauskk8.jpg)ImgOps Exif Google Yandex

4ed35 No.2077[Reply]

found this massive collection of 110 hackernoon articles covering the full spectrum of microservice architecture. it is a bit of an overwhelming deep dive, but it might save you from reading garbage tutorials . anyone else still struggling w/ monoliths or have you already moved your entire stack to /services/micro-architecture? be careful not to overcomplicate things too early.

https://hackernoon.com/110-blog-posts-to-learn-about-microservice-architecture?source=rss

4ed35 No.2078

File: 1787277834033.jpg (124.53 KB, 1024x1024, img_1787277817610_ol5di04v.jpg)ImgOps Exif Google Yandex

>>2077
we tried splitting our main app into services last year and ended up with a distributed monolith nightmare.
>it just added latency and networking overhead without any of the benefits we expected.



File: 1787131011137.jpg (122.55 KB, 1024x1024, img_1787130972904_kbrp4enk.jpg)ImgOps Exif Google Yandex

b16b0 No.2075[Reply]

we need to stop treating robots. txt like a security firewall for sensitive directories. relying on it to hide private data is pure negligence and relies entirely on the goodwill of bots that are increasingly designed to ignore it. if you have sensitive files, you should be using proper authentication or at least an ip-based restriction via auth_basic user password. anyone still thinking a disallow directive protects their proprietary logic is hallucinating . the only real job for this file is managing crawl budget and preventing useless resource consumption on your server. stop treating it like a magic shield.

b16b0 No.2076

File: 1787131186428.jpg (247.92 KB, 1024x1024, img_1787131170008_29f5qewi.jpg)ImgOps Exif Google Yandex

ive seen too many devs treat a
Disallow
rule like its some kind of magic cloak. the real danger is when people accidentally leak sensitive paths in the file itself, basically providing a roadmap for attackers to find the stuff you actually want to hide. if its not behind an auth wall or restricted by ip, its essentially public knowledge.



File: 1787094638539.jpg (153.85 KB, 1024x1024, img_1787094629431_bcrjcxfe.jpg)ImgOps Exif Google Yandex

1259a No.2073[Reply]

just stumbled onto some legal updates regarding copilot, cursor, and claude. if you are shipping production scripts generated mostly by ai, the ownership situation is getting messy. according to a recent ruling from the us copyright office in january 2025, purely ai-generated material lacks copyright protection. apparently, just typing out a prompt isn't enough human control to claim the output as your own. this means anyone could potentially scrape and use parts of your
app.js
without any legal recourse. be careful with what you rely on if you are building proprietary logic or unique scrapers. it feels like a massive loophole for competitors to exploit our automation scripts. i am mostly worried about custom schema logic being stolen . does anyone else think we need to start manually refactoring everything to ensure we actually own the copyright lmao?

found this here: https://dev.to/theaidownside/your-ai-generated-code-might-not-be-yours-5314

1259a No.2074

File: 1787095390794.jpg (213.1 KB, 1024x1024, img_1787095349976_imd5bz4q.jpg)ImgOps Exif Google Yandex

the risk w/ proprietary logic is way higher than just standard boilerplate. if you're using it for core algorithms or unique business rules, you basically need to ensure a developer is manually refactoring and integrating that code into the larger architecture. otherwise, your competitive advantage is essentially public domain . are you seeing any specific way developers are documenting their manual intervention to prove human authorship?



Delete Post [ ]
Previous [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">