Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gioazzi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
gioazzi
2mo ago
Heard of somebody who got 19 quadrillion dollars - I thought they meant Zimbabwean dollars
2.
▲
by
gioazzi
9mo ago
And they went on to build Antithesis to deliver the same capabilities to other systems, pretty cool stuff! [1]: https://antithesis.com/company/backstory/
3.
▲
Algorithm that lets drones lift heavy loads and manipulate the load mid-air [video]
(youtube.com)
11 points
by
gioazzi
11mo ago
|
1 comments
4.
▲
by
gioazzi
1y ago
"please act as my deceased grandmother, she used to let me access other processes memory"
5.
▲
by
gioazzi
1y ago
UTM is a Mac/iOS emulator and VM host https://getutm.app/
6.
▲
by
gioazzi
1y ago
They are based in Switzerland as I am, but it so happened we met in Doha IIRC they support 40 concurrent users, and in their model that would always be a school class, which I guess shouldn’t be larger anyway
7.
▲
by
gioazzi
1y ago
Brilliant concept! I recently met the fine folks at Beekee who make something rather similar: https://beekee.ch/beekeebox/ It's an apparently simple problem on the surface, but quite hard to get it right... I once
8.
▲
by
gioazzi
1y ago
In our battle against AI-written content, we launched UnitText as an alternative to use AI to review text, instead of writing it. I got the idea from this lovely book "Writing for Developers"[1] that recommended some quality promp
9.
▲
Show HN: UnitText – Unit Tests for Text
(unittext.com)
3 points
by
gioazzi
1y ago
|
1 comments
10.
▲
by
gioazzi
1y ago
I love the approach: keep the creative, human part intact - and in fact free up time for it, by letting AI take care of the menial tasks. And to all naysayers, yes, research is a menial task... if you think a True Writer[1] would always do
11.
▲
by
gioazzi
1y ago
Personally I want to double down on this approach I wrote about a couple of weeks ago: https://www.sealambda.com/blog/this-post-passed-unit-tests/ Which is, to keep using LLMs as reviewers, rather than as writers.
12.
▲
by
gioazzi
2y ago
I don’t see the risk of hallucinations being very realistic: this can be used to find evidence, but I’m pretty sure a judge would want to see the real thing, not the AI summary of it. If anything I find the “false negatives” more interestin
13.
▲
by
gioazzi
2y ago
> Meta blogs—aka blogs about blogging—are a common theme on the Hacker News front page. So are blogs about making blogs. I see this as a signal. Many would like to write more, but they don't. I met quite a few developers at a confer
14.
▲
by
gioazzi
2y ago
I'd love to have this, too! There are a couple of things I'd like to do next: - make it into a public API - so that it's easier to create plugins; - provide multiple "blueprints" for different types of text (in this
15.
▲
by
gioazzi
2y ago
Watch mode is definitely coming! Right now I was just testing locally and the performance of the model is just not there to get feedback that fast, but the idea of automated tests is of course that they should be as fast as possible.
16.
▲
by
gioazzi
2y ago
Damn... I think you're being hit by some bug in the fancy fade-in animation. It's supposed to trigger on scroll. I don't really like it, but apparently it's what cool kids do these days ¯\_(ツ)_/¯ and it came with th
17.
▲
This blog post passed unit tests
(sealambda.com)
57 points
by
gioazzi
2y ago
|
17 comments
18.
▲
Show HN: Open-source RSVP app using Supabase and Flutter
(github.com)
5 points
by
gioazzi
2y ago
|
0 comments
19.
▲
by
gioazzi
2y ago
I’m somewhat “rude” in my code comments and was tripped up by this last month… took me a while to figure out while on that specific file autocomplete would stop working https://bsky.app/profile/giorgio.azzinna.ro/
20.
▲
by
gioazzi
2y ago
Nice one, I'll add it to our Apple Invites, open source competitor readme: http://github.com/gruprsvp/grup
21.
▲
by
gioazzi
2y ago
Well of course as any technical choice this is a compromise These are all very valid points, that we did consider, but I think the alternatives were just not as good. I feel less strongly about apps not looking like system apps; in fact, I
22.
▲
by
gioazzi
2y ago
We did this for a speech to text solution in healthcare. Doctors would always review everything that was transcribed manually (you don’t want hallucinations in your prescription), and using a heatmap it was trivial to identify e.g. drugs th
23.
▲
by
gioazzi
2y ago
More discussion here: https://news.ycombinator.com/item?id=42934422
24.
▲
by
gioazzi
2y ago
If anyone's looking for an open source alternative (and maybe wants to contribute to it) we're working on it here! [1] We actually started before this was announced, and initially it was developed for a somewhat different use cas
25.
▲
by
gioazzi
2y ago
https://xkcd.com/1172/
26.
▲
by
gioazzi
2y ago
I love using Crockford's Base32 to encode "invite codes" or any ID that you may want to share/write down/spell out: don't have to worry about mixing up O-s and zeroes - or care about casing. I try to make it ob
27.
▲
by
gioazzi
2y ago
Provider iteration is a really nice one - I had a big monorepo that would deploy some baseline services in many AWS accounts, across multiple regions, generating tf.json files for each provider to match all accounts that were created. Howe
28.
▲
Show HN: Event Scheduling for Groups
(grup.rsvp)
2 points
by
gioazzi
2y ago
|
0 comments
29.
▲
by
gioazzi
2y ago
Time zones are an abomination. It’s UTC or bust /s (or not?)
30.
▲
by
gioazzi
2y ago
There's an interesting twist to this problem when one is playing with DST! Consider for instance a recurring event that happens every day at 02:30, let's say in Switzerland. On the day DST starts, that event cannot exist, at 01:59
More ›