Viewing profile — aewens
aewens
HN member- Joined
- Sat, Apr 09, 2016, 4:31 AM UTC
- HN karma
- 86
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About aewens
No profile information was provided.
Recent public activity
-
comment
Comment #48516602
It’s also been harder than ever for scientists in the non-AI space to get more HPC compute with AI data centers causing pricing of components to skyrocket and constraining supply f…
-
comment
Comment #47646059
Amusingly, some of the earliest AI research was using Lisp which beget AI winter. Now we’ve come full circle with LLMs that struggles to write valid Lisp. Almost poetic.
-
comment
Comment #47471412
Just be prepared near the end for refinements. When I did mine, I had to do another 6 months of refinements near the end to help get the locking of my bite grip to be where it need…
-
comment
Comment #47394524
“It’s not vibe coding, it’s agentic engineering” From Kai Lentit’s most recent video: https://youtu.be/xE9W9Ghe4Jk?t=260
-
comment
Comment #47351212
Not who you asked, but I think making the nuance between retail and corporate credit. With firms being corporate credit (i.e. we aren’t talking about individuals / retail).
-
comment
Comment #47292598
My brother’s house is in the same boat. Unfortunately, not all ZIP codes exclusively belong to one city.
-
comment
Comment #46664801
Reminds me of this: https://en.wikipedia.org/wiki/Pneumonoultramicroscopicsilico...
-
comment
Comment #46231217
I think Raymond Hettinger is called out specially here because he did a well known talk called [Modern Dictionaries]( https://youtu.be/p33CVV29OG8 ) where around 32:00 to 35:00 in …
-
comment
Comment #46231089
You may be thinking of the `frozenset()` built in or the third party Python module [frozendict]( https://pypi.org/project/frozendict/ )? Personally, I’ve been using a wrapper aroun…
-
comment
Comment #45944736
The way Git computes diffs is by more or less storing all the source code in the .git directory as objects. At first glance it looks like a bunch of hashes, but tools can pull out …
-
comment
Comment #45402033
Sounds reminiscent of SCP-079: https://scp-wiki.wikidot.com/scp-079
-
comment
Comment #45314209
Lossy compression vs lossless compression is the difference of whether you can get a 1:1 copy of the original data if you compress and then decompress it. A simple example of this …
-
comment
Comment #37500852
Probably since you can embed it in other languages quite trivially. For instance, in C after about a dozen lines of code you can now pass around data into Lua and back to C and thu…
-
comment
Comment #36672216
To play the devil's advocate: IANAL, but if I recall correctly part of having a trademark is having a legal obligation to enforce it, and if I'm reading the tweet correctly this is…
-
comment
Comment #35798356
An analogy may help, imagine the website as a door. A website using HTTP is a normal door and using HTTPS is a door with a lock, where the keyring in this analogy are the trusted C…
-
comment
Comment #35689295
Skimming over the contents of the "About" page linked in the navigation at the top of the blog, it looks to answer most of your questions ;) https://glorifiedgluer.com/about The OP…
-
comment
Comment #33876668
No the parent, but I’m assuming they’re referring to the East of SIM spoofing to convince providers you’re another phone number that’s not your own.
-
comment
Comment #33797422
Those still exist today, check out the tildeverse and their family of niche shell boxes: https://tildeverse.org/
-
comment
Comment #33763167
> A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturing – hence the term field-programmable. > F…
-
comment
Comment #31079903
If you enjoy public Unix systems, I’d highly advise taking a look at the Tildeverse community since they offer a wide array of them that all have their own niche. https://tildevers…
-
comment
Comment #26938591
For backend: Golang + SQLite + Nginx For frontend: Nuxt.js / Vue.js using the SSG option I meld the two using the JAMstack design in Nginx where the backend is exposed on /api path…
-
comment
Comment #26285152
I feel part of your dilemma is that you are defining the problem using two scenarios that will appear the same to you without previous experience with it. Allow me to explain. Let’…
-
comment
Comment #26183442
Works fine for me, using Firefox v85.0.2 on macOS 11.2.1.
-
comment
Comment #26102873
Are there any performance metrics for this against using something like Electron instead?
-
comment
Comment #25560235
How would we go about proving that a news source claiming to be those things are actually real, truly unbiased, truth seeking, and fact checking?