Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wolfspaw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
IA Addiction: is the world going to get nuts?
(beauty-of-imagination.blogspot.com)
1 points
by
wolfspaw
1y ago
|
0 comments
2.
▲
by
wolfspaw
1y ago
Damn, 50x better =O
3.
▲
by
wolfspaw
1y ago
great comment! And you're right, one of the biggest Strengths of Rust is Move done right. With const, borrow, move, ref rules... the default way usually does not make unnecessary copies. And when you want to make a copy, to escape life
4.
▲
by
wolfspaw
1y ago
Great Parody, taken very far with the Python code and Math decomposition xD
5.
▲
by
wolfspaw
1y ago
There are antibot measures that do not depend on JS or cookies, like asking the name of a Red fruit, and the server adding the IP to allowed. Very easy to bypass for sure, but custom enough to protect you from the horde of generic bots =p
6.
▲
by
wolfspaw
1y ago
Lol, thats insane. And awesome, I love it!
7.
▲
by
wolfspaw
2y ago
" I was gaining a lot of money with Ruby on Rails Then, I decided to move to Common Lisp and start gaining less and less money Then, I decided to move to C and got Nerd Snipped " Well, atleast he seems more happy xD C is cool thou
8.
▲
by
wolfspaw
2y ago
Nice! With this Jailbreak can one install a Manga/Novel aggregator/reader like Mihon Manga reader?
9.
▲
Rust doesn't belong in the Linux Kernel
(felipec.wordpress.com)
9 points
by
wolfspaw
2y ago
|
6 comments
10.
▲
Countermeasures v.s supply chain attacks, Where Rust can be UNSAFE in practice
(kerkour.com)
2 points
by
wolfspaw
2y ago
|
0 comments
11.
▲
by
wolfspaw
2y ago
Odin is the best (followed by Zig) Odin has the best approach for "standard library" by blessing/vendoring immensely useful libraries Odin also has the best approach for Vector Math with native Vector and Matrix types
12.
▲
Fat Rand: How Many Lines You Need to Generate a Random Number? Bloat Dep in Rust
(lucumr.pocoo.org)
3 points
by
wolfspaw
2y ago
|
0 comments
13.
▲
by
wolfspaw
2y ago
Nah, the background picture is based xD
14.
▲
by
wolfspaw
2y ago
Your stylized fbterm screen is awesome, always good to have a cute anime girl lol. Really good colors and organization of the terminals, it would be great for serious work too in my view =p
15.
▲
by
wolfspaw
2y ago
I agree wholeheartedly, I really liked your article and fix. (In fact, I already had your article bookmarked xD, and I’m familiar with and truly admire your work)
16.
▲
by
wolfspaw
2y ago
Really liked the trick of defining the struct in the return part of the function. Array pointers: Array to pointer decay is extremely annoying, if it was implemented as Array to "slice" decay it would be great. Static array indice
17.
▲
by
wolfspaw
2y ago
(FORCE) Pusheedd to Prod on FRIDAYY -- Burneeeddd by its Sins
18.
▲
by
wolfspaw
2y ago
Nice, Golang is Awesome!
19.
▲
by
wolfspaw
2y ago
I would love that proposal, having to import 400 third-party crates can be a terrible approach for Safety
20.
▲
by
wolfspaw
2y ago
C evolves, even if slowly. I think some devs are fed up of Complexity and excessive abstractions. C has very few language features, it's a very simple language -- while all modern languages have new (complex and taxing) features. It&#x
21.
▲
by
wolfspaw
2y ago
Nice! Python-like + High-performance. And, Different from Mojo, its Fully Open-Source.
22.
▲
Using Rust Macros for Custom VTables
(lucumr.pocoo.org)
21 points
by
wolfspaw
2y ago
|
0 comments
23.
▲
by
wolfspaw
3y ago
I agree with the other commenter: ChatGPT content =p
24.
▲
by
wolfspaw
3y ago
Nice, Mojo seems awesome. It has better ergonomics than Rust, and the same performance ballpark (or better?) I Just don't trust closed source PLs...
25.
▲
by
wolfspaw
3y ago
Really liked that single-alloc-function strategy. Minimalist and Elegant.
26.
▲
by
wolfspaw
3y ago
Really cool! Competitive Programming needs a lot of speed to compete with the C++ submissions, really cool that there are Contestants using Python to win.
27.
▲
Notes on structured concurrency, or: Go statement considered harmful 2018
(vorpus.org)
1 points
by
wolfspaw
3y ago
|
1 comments
28.
▲
by
wolfspaw
3y ago
From the author of the Python TRIO Library, Nathaniel J. Smith Previous discussion: https://news.ycombinator.com/item?id=31955334
29.
▲
by
wolfspaw
3y ago
A PL without Generics is just Terrible DX for me, let me abstract the types in my Algorithms and Data Structures Goddammit! Now Golang is saved, with Generics it's actually an Awesome Incredible PL.
30.
▲
by
wolfspaw
3y ago
Go has turned into an Awesome language. I'm one of those that cannot use a PL that has no generics... It kills the DX of Algorithms and Data Structures. Now it has Generics, soft RT GC, and it might even get official Arena Allocation.
More ›