Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
f3b5
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
f3b5
15d ago
For what it's worth, I use Firefox for 10+ years now for web development, and in my opinion their tooling is actually superior to Chrome. Small example: if I just want to test visual responsiveness of a page at different breakpoints, F
2.
▲
by
f3b5
2mo ago
I was such a big sqlite fan that I used it for my data-intensive startup. Once I actually started scaling it up I ran into crippling file system race conditions. This was because we were hosted on a distributed file system in the cloud whic
3.
▲
by
f3b5
3mo ago
OP here. Our marketing head Stephanie talks about three interesting observations that she's made working with AI: that good prompting isn't good enough, how annoyingly PC Claude is, and the effects of AI cannibalization on future
4.
▲
4 years of working with AI as content writer
(getibex.com)
3 points
by
f3b5
3mo ago
|
1 comments
5.
▲
by
f3b5
5mo ago
Re cold outreach: it depends. The bar is abysmally low, and most outreach is just an untargeted spam cannon. Don't be like those people. If you manage to make the outreach warmer, it can work surprisingly well. I built a tool to identi
6.
▲
My first year in sales as technical founder
(fabiandietrich.com)
111 points
by
f3b5
8mo ago
|
64 comments
7.
▲
by
f3b5
8mo ago
https://www.fabiandietrich.com
8.
▲
by
f3b5
9mo ago
Some of those might be AI accounts that found an ambiguous topic for upvote farming.
9.
▲
by
f3b5
10mo ago
Socrates allegedly was opposed to writing since he felt that it would make people lazy, reducing their ability to memorize things. If it wouldn't be for his disciple Plato who wrote down his words, none of his philosophy would have sur
10.
▲
by
f3b5
1y ago
Depending on the use case, a 10% failure rate can be quite acceptable. This is of course for non-critical applications, like e.g. top-of-funnel sales automation. In practice, for simple uses like labeling data at scale, I'm actually re
11.
▲
by
f3b5
1y ago
While this is a pretty cool hardware project, I would be quite annoyed to be your partner. No offense, but it almost reads as satire that you want to flash LEDs in every corner of the house if your wife doesn't look at her phone notifi
12.
▲
by
f3b5
1y ago
Very fascinating, I tried doing the same years ago with a simple Markov chain model. The biggest problem back then was inconsistency. I'd love to read a chapter of the Minecraft or hard magic / sci-fi books to check out the writin
13.
▲
by
f3b5
1y ago
An intent-based Linkedin B2B lead finding tool that evaluates tens of thousands of comments in small thematic niches to find prospects that have a certain problem, and are actively looking for a solution. I just finished building the backen
14.
▲
by
f3b5
1y ago
In central Europe our biggest tarpit are sustainability / climate topics. Even founders that are smart enough to realize the difficulties still pursue these topics because of an unfoly feedback loop where government agencies almost exc
15.
▲
by
f3b5
2y ago
> I sincerely doubt that anything great in the history of humanity has been built in the post-lunch afternoon Interestingly, late afternoon is the time that I am most productive when coding. At 6pm when work ends I often feel that I co
16.
▲
by
f3b5
2y ago
This is breathtaking. I watched a few videos, and am reminded of the alien evolution simulator that I am working on right now. But where my console-based program is crawling, this project is soaring through the sky!
17.
▲
by
f3b5
2y ago
Thanks for sharing! I'm going through the same thing at the moment, and it's nice to read that this pragmatic approach has worked well for you
18.
▲
by
f3b5
2y ago
Wood constructed houses have one of the arguably worst thermal profiles because of their extremely low thermal mass. Basically, they heat up quickly and cool down quickly. In most of Europe and North America you want the opposite: a structu
19.
▲
by
f3b5
4y ago
Have you watched at least 15min of the linked documentary? I am asking because I actually chose my language deliberately. I might be ignorant about extremely atrocious evils that happened on a large scale over the last 22 years, but at leas
20.
▲
by
f3b5
4y ago
No I'm completely vegan by now (though I was vegetarian for a long time because cheese had a strong hold on me). Regarding small butchers / organic farms: a long time ago, I spent two days at a tiny organic farm that was run by a
21.
▲
by
f3b5
4y ago
Not waking up earlier to the fact that the meat section in the supermarket is a product of systemic, gruesome torture of intelligent beings. Like probably many of you who read this, I usually felt a bit guilty when I was confronted with the
22.
▲
by
f3b5
4y ago
That makes sense - our plan is to make part of the first chapter available as a demo as soon as it's out
23.
▲
by
f3b5
4y ago
This is actually something we're not super sure about ourselves yet. I think AI art is quite interesting and has a lot of potential for use cases like this course (where we can affordably create hundreds of highly specific illustration
24.
▲
by
f3b5
4y ago
Thanks for pointing that out, the p/h3 letter spacing really was a bit too tight - fixed now
25.
▲
by
f3b5
4y ago
Good point, I think nothing can replace the actual experience of learning coding out in the wild. I personally think that the single most important step for a student learning to code is the transition from the "happy path" of an
26.
▲
by
f3b5
4y ago
Hey HN! I'm Fabian, the CTO of Frobocode, and I'm pretty frustrated with the state of affairs of coding courses. 10 years ago, MOOCS promised to give us really good educational content that everybody can use to learn programming.
27.
▲
Learn HTML + CSS with a text adventure course
(frobocode.com)
34 points
by
f3b5
4y ago
|
18 comments
28.
▲
by
f3b5
4y ago
Good point, I don't know of any way of doing that inline. So that's definitely a good convenience function in Tailwind! My lived approach to inline vs. not-inline is: why not both? Inline is great for prototyping, and for edge cas
29.
▲
by
f3b5
4y ago
Tailwind is a thin wrapper for the people scared of CSS. I use Tailwind at work, and it opened my mind to the benefits of an "ugly" html layout with inline styling. However, being there now, I think that inline CSS offers the bett