Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aewens
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
aewens
3mo ago
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 from manufacturers. So there will certainly be a boon in the
2.
▲
by
aewens
6mo ago
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.
3.
▲
by
aewens
6mo ago
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 needs to be. I was otherwise expecting that day to be when I’d b
4.
▲
by
aewens
6mo ago
“It’s not vibe coding, it’s agentic engineering” From Kai Lentit’s most recent video: https://youtu.be/xE9W9Ghe4Jk?t=260
5.
▲
by
aewens
6mo ago
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).
6.
▲
by
aewens
6mo ago
My brother’s house is in the same boat. Unfortunately, not all ZIP codes exclusively belong to one city.
7.
▲
by
aewens
8mo ago
Reminds me of this: https://en.wikipedia.org/wiki/Pneumonoultramicroscopicsilico...
8.
▲
by
aewens
9mo ago
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 he makes the quip about how younger developer
9.
▲
by
aewens
9mo ago
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 around `collections.namedtuple` as an un
10.
▲
by
aewens
10mo ago
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 source code from the objects tracked within the .git directo
11.
▲
by
aewens
1y ago
Sounds reminiscent of SCP-079: https://scp-wiki.wikidot.com/scp-079
12.
▲
by
aewens
1y ago
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 is if you have 4 bits of data and have a compression algorit
13.
▲
by
aewens
3y ago
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 thus give you access to a scripting language with little fuss.
14.
▲
by
aewens
3y ago
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 a name of a company and typically one cannot use
15.
▲
by
aewens
3y ago
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 CAs by your browser. A website using HTTPS with an expired ce
16.
▲
by
aewens
3y ago
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 appears to be student and softwa
17.
▲
by
aewens
4y ago
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.
18.
▲
by
aewens
4y ago
Those still exist today, check out the tildeverse and their family of niche shell boxes: https://tildeverse.org/
19.
▲
by
aewens
4y ago
> 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. > FPGAs contain an array of programmable logic blocks, an
20.
▲
by
aewens
4y ago
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://tildeverse.org
21.
▲
by
aewens
5y ago
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 and the static site is hosted from the dist direc
22.
▲
by
aewens
6y ago
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’s suppose you have been assigned to do the task X and we wan
23.
▲
by
aewens
6y ago
Works fine for me, using Firefox v85.0.2 on macOS 11.2.1.
24.
▲
by
aewens
6y ago
Are there any performance metrics for this against using something like Electron instead?
25.
▲
by
aewens
6y ago
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?
26.
▲
by
aewens
6y ago
We do, but the problem is cost. It’s one of those “of these three attributes, pick two” between healthy, delicious, and cheap.
27.
▲
by
aewens
6y ago
Mine is the #meta and #team channels on tilde.chat, the tildeverse definitely makes for a fun little community to talk with.
28.
▲
by
aewens
6y ago
Is there a particular reason that Google has this as one of their repos? I don’t recall them being heavy on using Lisp.
29.
▲
by
aewens
6y ago
Do you happen to have the source for this anywhere?
30.
▲
by
aewens
6y ago
While anecdotal, its easy to run into issues like this[0] where scientist with little CS background assume certain behaviors in code that don't actually exist. [0] https://www.vice.com/en_us/article/zmjwda
More ›