Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bicarbonato
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bicarbonato
10mo ago
What do people actually mean when they say "the syntax is janky"? I often see comparisons to languages like Python and Kotlin, but both encode far less information on their syntax because they don't have the same features as
2.
▲
by
bicarbonato
1y ago
> I love inaction as a default decision The thing is, inaction is not simply "not taking an action"; Inaction is taking active action of accepting the current solution. > I doubt that the best proposals are so horrible for s
3.
▲
by
bicarbonato
2y ago
> How are concepts fixing a problem created by previous features to the langue? Concepts fix implicit template requirements > What about ranges? Fix the bad iterators > Auto Fix the the overly long type names > Move semantics Th
4.
▲
by
bicarbonato
3y ago
Some news websites conduct A/B testing for titles. Maybe it was one of the options.
5.
▲
by
bicarbonato
3y ago
Setting aside certain implementation details, here's the basics: Kernel Threads (aka threads): OS-Level and preemptive. Green Threads (aka lightweight threads, virtual threads or goroutines): User-level and preemptive. Fibers: User-lev
6.
▲
by
bicarbonato
4y ago
Is the app the same as the desktop version feature wise?
7.
▲
by
bicarbonato
4y ago
It might not be a great language to create compilers, but python also has a pretty good structured pattern matching as of version 3.10: class BinOp: def __init__(self, left, right, operator): self.left = left self
8.
▲
by
bicarbonato
5y ago
I believe that every game have this problem if you are far enough away from the origin. 3kliksphilip did a great video on this subject: https://www.youtube.com/watch?v=eK7eNgiQfhk