HackerTrans
TopNewTrendsCommentsPastAskShowJobs

synack

no profile record

Submissions

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

aws.amazon.com
2 points·by synack·il y a 10 jours·0 comments

An 80386 Assembler in Forth (1988)

jacobfilipp.com
3 points·by synack·il y a 9 mois·0 comments

comments

synack
·le mois dernier·discuss
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
·il y a 2 mois·discuss
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
·il y a 2 mois·discuss
Tell Claude that it’s a Culture Mind. Entertaining for a little while.
synack
·il y a 2 mois·discuss
Sounds like an opportunity for the business school to do a seminar on forming an LLC and writing contracts.
synack
·il y a 2 mois·discuss
If your container has setuid binaries and these modules are loaded, yes.
synack
·il y a 3 mois·discuss
Nevermind, I misread their HTTPS proxy documentation. Cloud is fine.
synack
·il y a 3 mois·discuss
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
·il y a 3 mois·discuss
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
·il y a 3 mois·discuss
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
·il y a 3 mois·discuss
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
·il y a 3 mois·discuss
Reads like AI. Not sure what OAuth/JWT has to do with Layer 3.
synack
·il y a 3 mois·discuss
Are they considering all uses of window.history.pushState to be hijacking? If so, why not remove that function from Chrome?
synack
·il y a 3 mois·discuss
mkfs.ext4 defaults to 5% reserved for root. -m 0 to turn it off.
synack
·il y a 3 mois·discuss
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
·il y a 3 mois·discuss
Yet Sourceforge has been putting ads on open source projects for decades.
synack
·il y a 4 mois·discuss
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
·il y a 4 mois·discuss
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
·il y a 4 mois·discuss
One of my favorite DEF CON talks https://media.defcon.org/DEF%20CON%2017/DEF%20CON%2017%20vid...
synack
·il y a 5 mois·discuss
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
·il y a 5 mois·discuss
Could say the same about Postgres. People like their databases.