HackerTrans
トップ新着トレンドコメント過去質問紹介求人

synack

no profile record

投稿

Amazon EC2 C9g and C9gd instances powered by AWS Graviton5 now available

aws.amazon.com
2 ポイント·投稿者 synack·11 日前·0 コメント

An 80386 Assembler in Forth (1988)

jacobfilipp.com
3 ポイント·投稿者 synack·9 か月前·0 コメント

コメント

synack
·先月·議論
They aren't actually shipping the new RP2350 silicon revision on Pico 2 boards yet. If you want the errata fixes, you've gotta source the chips and make your own boards.
synack
·2 か月前·議論
I toured a sorting facility in Seattle recently. They said the only really profitable output is aluminum, everything else costs more than virgin material.
synack
·2 か月前·議論
Tell Claude that it’s a Culture Mind. Entertaining for a little while.
synack
·2 か月前·議論
Sounds like an opportunity for the business school to do a seminar on forming an LLC and writing contracts.
synack
·2 か月前·議論
If your container has setuid binaries and these modules are loaded, yes.
synack
·3 か月前·議論
Nevermind, I misread their HTTPS proxy documentation. Cloud is fine.
synack
·3 か月前·議論
Have we already forgotten about the NSA's "SSL added and removed here! :)" slide that Snowden showed us?

https://news.ycombinator.com/item?id=6641378
synack
·3 か月前·議論
I learned HTML/CSS from a book on a computer with no internet access. Seemed reasonable at the time but in hindsight was absolutely ridiculous.
synack
·3 か月前·議論
imo, the real value of Ada/SPARK today is that it enforces a clear split between specification and implementation, which is exactly what your LLM needs.

You define the interface, types, pre/post conditions you want in .ads file, then let the agent loose writing the .adb body file. The language’s focus on readability means your agent has no problem reading and cross referencing specs. The compiler and proof tools verify the body implements the spec.
synack
·3 か月前·議論
I’ve written some bit-banged serial drivers in Ada. It’s not exactly VHDL, but it rhymes.

https://github.com/JeremyGrosser/softdev/tree/master/src
synack
·3 か月前·議論
Reads like AI. Not sure what OAuth/JWT has to do with Layer 3.
synack
·3 か月前·議論
Are they considering all uses of window.history.pushState to be hijacking? If so, why not remove that function from Chrome?
synack
·3 か月前·議論
mkfs.ext4 defaults to 5% reserved for root. -m 0 to turn it off.
synack
·3 か月前·議論
I wasn't aware of these glasses, pretty cool. Not sure I'm ready to drop that much money on a pair with prescription lenses though.

Would be useful to have my multimeter display in my field of view when heads down debugging a circuit. There are a few bluetooth meters on the market, so I think this is doable?

Looking at the SDK, the fixed LVGL font is a bummer. Ideally I'd like to have a raw framebuffer to control, though I imagine this is difficult to do over bluetooth without blowing your power budget. Maybe you could have a custom indexed tilemap and push sprites around?
synack
·3 か月前·議論
Yet Sourceforge has been putting ads on open source projects for decades.
synack
·4 か月前·議論
Is the Linux scheduler aware of shared CPU cache hierarchies? Is there any way we could make the scheduler do better cache utilization rather than pinning processes to cores or offloading these decisions to vendor specific code?
synack
·4 か月前·議論
Library of Congress has some well considered recommendations for archival. https://www.loc.gov/preservation/resources/rfs/TOC.html

For web content they recommend gzipped WARC. This is great for retaining the content, but isn’t easy to search or render.

I do WARC dumps then convert those to ZIM for easier access.
synack
·4 か月前·議論
One of my favorite DEF CON talks https://media.defcon.org/DEF%20CON%2017/DEF%20CON%2017%20vid...
synack
·5 か月前·議論
Micron is building a bunch of new fabs in the US right now- two in Idaho, two in New York, and modernizing one existing fab in Virginia. The first Idaho fab will come online in 2027 and NY/Virginia fabs in 2030.

https://www.micron.com/us-expansion

So, more chips coming soon, but who knows if that's enough to keep up with demand for the next few years.
synack
·5 か月前·議論
Could say the same about Postgres. People like their databases.