HackerLangs
TopNewTrendsCommentsPastAskShowJobs

wmichelin

776 karmajoined 11 ปีที่แล้ว
Software Engineer

Submissions

Internet Protocol over Avian Carriers (1990)

rfc-editor.org
2 points·by wmichelin·8 เดือนที่ผ่านมา·1 comments

comments

wmichelin
·13 ชั่วโมงที่ผ่านมา·discuss
This is frankly disgusting and I hope you do not deploy this to any children. The classroom is the last place where we should be deploying AI.

Look where smartphones not being used in the classroom got us. Imagine how this would harm us.
wmichelin
·5 วันที่ผ่านมา·discuss
[dead]
wmichelin
·10 วันที่ผ่านมา·discuss
Honestly? Why does it matter? This isn’t going away so we can all focus our energy on helping this workflow improve, or just ignoring it.
wmichelin
·10 วันที่ผ่านมา·discuss
and everybody clapped
wmichelin
·เดือนที่แล้ว·discuss
Well, it was for many. MySpace, and then BBM, Facebook, and Twitter were absolutely huge at that time for the folks using them.
wmichelin
·2 เดือนที่ผ่านมา·discuss
Not a cursor shill by any means, I do use it at work but that's because it's what they pay for.

But Cursor has a CLI harness.
wmichelin
·2 เดือนที่ผ่านมา·discuss
I also hate the idea of streaming, but I have been super lazy in the past

I have listened to 44,000 songs on Spotify over the last 13 years. It has brought me a ton of value, but I would love to move back to owning my music as files. I've been getting fancier with managing self-hosted infra at home, especially using AI to help me out.

Maybe I'll get back there, but I also can't imagine only listening to 500 songs!!!!
wmichelin
·2 เดือนที่ผ่านมา·discuss
Framework has always been appealing to me as a Mac competitor
wmichelin
·4 เดือนที่ผ่านมา·discuss
At my job, I would just say they are in the ear of engineering leadership, but are not part of it.
wmichelin
·5 เดือนที่ผ่านมา·discuss
I had to take computer architecture. We made a 4 bit CPU... or maybe it was 8 bit. I can't remember. But it was all in a software breadboard simulator thing. LogicWorks.
wmichelin
·6 เดือนที่ผ่านมา·discuss
why is it asking me to select a model during setup if it supposedly runs on my machine?
wmichelin
·6 เดือนที่ผ่านมา·discuss
https://waltermichelin.com
wmichelin
·6 เดือนที่ผ่านมา·discuss
your test environment should not have the credentials to write to prod data. yiiiiikes!
wmichelin
·7 เดือนที่ผ่านมา·discuss
GraphQL and SQL are not comparable or competing technologies. GraphQL is more analogous to a REST API. GraphQL can use SQL under the hood, or you can even hand serve the bytes (tongue in cheek here). It's just an over-the-network protocol to serve data.

a Node.JS server might use SQL directly or call out to a GraphQL API, but I literally don't think it's possible to let client-side JavaScript (safely) call a SQL database server directly.
wmichelin
·8 เดือนที่ผ่านมา·discuss
TIL
wmichelin
·8 เดือนที่ผ่านมา·discuss
My iPhones last at least 3-4 years.
wmichelin
·8 เดือนที่ผ่านมา·discuss
How does this hurt you if your kids don't go there?
wmichelin
·9 เดือนที่ผ่านมา·discuss
ffmpeg but for PDFs
wmichelin
·9 เดือนที่ผ่านมา·discuss
This seems unnecessary if we can run imports from functions, right? This feels like a layer of indirection and a potential source for confusion. Rather than implicitly importing a library when the variable is first used, why don't you just explicitly do it?

Edit

> A somewhat common way to delay imports is to move the imports into functions (inline imports), but this practice requires more work to implement and maintain, and can be subverted by a single inadvertent top-level import. Additionally, it obfuscates the full set of dependencies for a module. Analysis of the Python standard library shows that approximately 17% of all imports outside tests (nearly 3500 total imports across 730 files) are already placed inside functions or methods specifically to defer their execution. This demonstrates that developers are already manually implementing lazy imports in performance-sensitive code, but doing so requires scattering imports throughout the codebase and makes the full dependency graph harder to understand at a glance.

I think this is a really weak foundation for this language feature. We don't need it.
wmichelin
·10 เดือนที่ผ่านมา·discuss
The way this is written makes it sound like you think there's an algorithm saying "if bad person: then boost".

The credibility is ranking. The ranking is a function of engagement. The engagement is a function of human nature. Things delightful, shocking, or unusual usually strike that chord. Sprinkle capitalism into the mix and people become professionally delightful, shocking, or unusual.

I don't think the ranking algorithms are the problem here.