HackerTrans
TopNewTrendsCommentsPastAskShowJobs

super_linear

no profile record

Submissions

Yeah: LLM-powered yes/no CLI tool

github.com
5 points·by super_linear·há 4 meses·0 comments

Amazon AI Outage Financial Times Correction

aboutamazon.com
2 points·by super_linear·há 4 meses·0 comments

Removing notifications for mentions in commit messages

github.blog
5 points·by super_linear·há 8 meses·0 comments

Jonhoo and Helsing AI's DSON: A delta-state CRDT for resilient P2P communication

blog.helsing.ai
1 points·by super_linear·há 12 meses·0 comments

A Long Way Down: What It Takes to Hit Iran's Deepest Nuclear Site

nytimes.com
4 points·by super_linear·ano passado·0 comments

Readme Driven Development (2010)

tom.preston-werner.com
2 points·by super_linear·ano passado·1 comments

Spindle: a Rust library to generate structured fuzz inputs from grammar defns

github.com
2 points·by super_linear·ano passado·0 comments

How Not to Measure Latency (The P99 Lie) by GIL Tene

youtube.com
2 points·by super_linear·ano passado·1 comments

GitHub Profile of Luigi Mangione

github.com
6 points·by super_linear·há 2 anos·1 comments

Simplifying DX with Variables and JSONata in AWS Step Functions

aws.amazon.com
1 points·by super_linear·há 2 anos·0 comments

Duolingo: We reduced our cloud spending by 20%

blog.duolingo.com
7 points·by super_linear·há 2 anos·1 comments

Create block devices on your computer backed by Redstone Memory

github.com
157 points·by super_linear·há 2 anos·34 comments

Tesla Transport Protocol over Ethernet (TTPoE)

github.com
167 points·by super_linear·há 2 anos·92 comments

Experimental KVM-Based Type-2 Hypervisor in Rust

github.com
4 points·by super_linear·há 2 anos·0 comments

Werner Vogels Introducing Distill CLI, and on Tinkering

allthingsdistributed.com
10 points·by super_linear·há 2 anos·1 comments

Phoboslab's Attempt at Neuralink's Compression Challenge

github.com
5 points·by super_linear·há 2 anos·1 comments

Transit Kindle: Never Missing the Train Again, Thanks to Rust

lilymara.xyz
1 points·by super_linear·há 2 anos·0 comments

Tangram open sourced their package manager code

github.com
1 points·by super_linear·há 3 anos·0 comments

A toy remote code compiler and executor written in Go

u64.cam
2 points·by super_linear·há 3 anos·0 comments

GM Backed "Open Source Protocol" for Connecting Vehicle Apps and Services

projects.eclipse.org
30 points·by super_linear·há 3 anos·41 comments

comments

super_linear
·ano passado·discuss
The Jassy "Thoughts on Gen AI" memo was released a month ago and this article doesn't seem to reveal any new information on this beyond just suggesting "amazon might soon reduce cost to serve" without providing any real information https://www.aboutamazon.com/news/company-news/amazon-ceo-and...
super_linear
·ano passado·discuss
Previously discussed: https://news.ycombinator.com/item?id=25222601 https://news.ycombinator.com/item?id=1627246 (the original)
super_linear
·ano passado·discuss
Tried to link to the specific timestamp in the video, where the p99 lie is discussed. Core takeaway for me was that most users of a page will experience the p99 latency of the system: https://youtu.be/lJ8ydIuPFeU?si=HasLt5QBsB1tzww_&t=648
super_linear
·ano passado·discuss
> Amazon is using math to help solve one of artificial intelligence’s most intractable problems

Seems like pretty bad way to start this article off. AI is math at the end of the day how is this special.

Generally the article seems to lack a lot of substance or specifics on what or how effective automated reasoning is at improving results. Actual substantive studies/papers might be more interesting...
super_linear
·ano passado·discuss
Also see: https://news.ycombinator.com/item?id=42952936
super_linear
·há 2 anos·discuss
I liked how many of these solutions were pretty "simple" and easily applicable to many engineering teams. Our team similarly saved a ton by just "right-scaling" our AWS resources, applying TTL where possible.
super_linear
·há 2 anos·discuss
https://archive.ph/1EfaF
super_linear
·há 2 anos·discuss
Sorry, yeah I was a bit unclear. I was curious if there was any metrics to show how maybe server CPU/Memory or client-side latency changed after moving your app to Rust and running for a year.

But that's fair, if adding open-telemetry is maybe overkill to add to the application it might not apply as much to your use-case.
super_linear
·há 2 anos·discuss
Nice article, but was looking forward to more of the "in production" angle (e.g. more operations, monitoring, performance). Instead this seemed to more focus on the the maintainability, developer experience using Rust and the ecosystem.
super_linear
·há 2 anos·discuss
Similar to "The Cult of Done Manifesto" (2009) https://designmanifestos.org/bre-pettis-and-kio-stark-2009-t...
super_linear
·há 2 anos·discuss
I love CarPlay/AA, and maybe this is hyperbole but not doing CarPlay/AA isn't that crazy of a decision. Tesla, GM, other big automakers have done this too.
super_linear
·há 2 anos·discuss
https://github.com/SimHacker/MicropolisCore
super_linear
·há 2 anos·discuss
https://news.ycombinator.com/item?id=36639530
super_linear
·há 3 anos·discuss
https://archive.ph/Yffbh
super_linear
·há 3 anos·discuss
Potentially vaguely related, the Eclipse foundation project GM is backing to establish an open source protocol for vehicle app / service communication: https://projects.eclipse.org/projects/automotive.uprotocol
super_linear
·há 3 anos·discuss
Have been using around "USB condoms" to protect against this: https://www.amazon.com/gp/product/B00T0DW3F8
super_linear
·há 3 anos·discuss
Is anyone successfully using this outside of AWS?
super_linear
·há 3 anos·discuss
A toy Go project to run code as a non-root user and some CPU/time/memory limits