Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
croshan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
croshan
3mo ago
Nearly all my hackathon projects were hardware, back in college. A couple examples (both from HackPrinceton, which had the best EE labs): * https://blog.cyrusroshan.com/post/electronic-banjo (crowd favorite) * https:&
2.
▲
by
croshan
1y ago
This works if you're on call for your systems. In many situations (ranging from small startups to big tech), you're also on-call for the systems of sister teams. Not that there aren't other ways to fix that. But fixing the er
3.
▲
by
croshan
1y ago
It's quite easy, actually. We did this at work, recently. Bun is two things. Most commonly, it's known for its Node-competitor runtime, which is of course a very invasive change. But it can also be used purely as a package manager
4.
▲
by
croshan
2y ago
A bit aggressive. No, wouldn't connecting to a slow 3g tower affect ping times to all global servers proportionately? The proposal has other flaws, but phone to tower latency isn't one.
5.
▲
by
croshan
2y ago
An interpretation that makes sense to me: humans are non-deterministic black boxes already at the core of complex systems. So in that sense, replacing a human with AI is not unreasonable. I’d disagree, though: humans are still easier to pre
6.
▲
by
croshan
2y ago
In general, the way a walled garden wins is by providing everything its villagers need inside. And Apple’s products seem to create walled gardens in order to prioritize [first creative, then economic] control. Based on the demographic that
7.
▲
by
croshan
2y ago
This sounds depressing. I’m sorry that you had that experience. It’s a frustrating position to be in, and you can feel quite helpless. In my experience, it’s less about “do only what’s asked”, and rather “say no”. I.e. explain “I can do X,
8.
▲
by
croshan
2y ago
Go bootstraps itself (Go is compiled by Go) but Gofmt does not format itself (an even simpler job).
9.
▲
by
croshan
2y ago
Nice find. I think you're right. FWIW, I don't think the code style in [2] is less simple (slightly more readable, to use `if (X) {} else {}` rather than `if (!X) {} else {}`, for example). So to me, this reads as the author of [1
10.
▲
by
croshan
2y ago
Stay tuned! We’re building this out soon. :)
11.
▲
Men's waistbands have risen and fallen through history
(news.bbc.co.uk)
2 points
by
croshan
2y ago
|
0 comments
12.
▲
How I made my water filtering bowls and started Pratt ceramics
(prattceramics.com)
2 points
by
croshan
3y ago
|
0 comments
13.
▲
I got shocked in the bathtub so you don't have to
(knoxnews.com)
1 points
by
croshan
3y ago
|
0 comments
14.
▲
Basal Metabolic Rate
(en.wikipedia.org)
1 points
by
croshan
3y ago
|
0 comments
15.
▲
Query your Gmail account by hand using IMAP
(blog.cyrusroshan.com)
4 points
by
croshan
3y ago
|
0 comments
16.
▲
Building a Network Stack for Our Browser Extension
(jam.dev)
5 points
by
croshan
3y ago
|
0 comments
17.
▲
by
croshan
3y ago
real users have more CPU than a literal toaster (or smart air fryer, or IP camera, or many other common botnet devices)
18.
▲
by
croshan
3y ago
Exactly. I know if medication were to be developed, checking "are GDF15 levels significantly lowered" would be part of the trials. But how often does the medication development process check the result we care about: "does th
19.
▲
My first 5 weeks switching from Engineering to Product Management
(blog.cyrusroshan.com)
8 points
by
croshan
3y ago
|
0 comments
20.
▲
by
croshan
3y ago
Posting a Wikipedia link without commentary or context is essentially a text meme. It doesn’t invite discussion. What are you trying to say? (Not that I disagree with your point, but it’s unclear.)
21.
▲
by
croshan
3y ago
You’re both right—a better world emerges, when we each look towards ourselves to solve the problems we see.
22.
▲
by
croshan
3y ago
Using JavaScript is also “basically free”. There’s no problem with either listed approach, GP just seems to consider a method without page reloads as adhering to a harder constraint.
23.
▲
by
croshan
3y ago
> How would you alternatively design a system that calls emergency services in a crash? If you want to prevent false positives—then, same as you’ve described, but only enable when either: - phone is connected to Carplay via USB or blueto
24.
▲
by
croshan
3y ago
I tried it out, was enjoyable to play a few puzzles. My feedback is a) that the ring sound (when you win a puzzle) was too loud, so I ended up muting the tab, and b) that the logo looks like "BraiMax", and doesn't stylistical
25.
▲
by
croshan
4y ago
Why does the multi-armed bandit problem imply Tiktok's algorithms are better?
26.
▲
by
croshan
4y ago
I imagine planning the construction of a factory is harder than writing a product spec for your average software feature. Not sure that order requests speed up the process.
27.
▲
by
croshan
4y ago
Your logon cookies should be set serverside, with the Secure and HttpOnly flags set, entirely unaccessible by javascript. So they'll last 6 months. When I see cookies set by javascript, their primary purpose seems to be user tracking,
28.
▲
by
croshan
4y ago
A little bit about how it works (from their docs)[0]: > AutoAnimate is fundamentally a single function — autoAnimate — that accepts a parent element. Automatic animations will be applied to the parent element and its immediate children.
29.
▲
by
croshan
4y ago
Thank you :)
30.
▲
by
croshan
4y ago
Thanks! After I wrote that, I was thinking "more likely I missed it, than that this is the _one_ example where it doesn't exist" :P
More ›