Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
narimiran
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
narimiran
11mo ago
> building on top of something If you want that, try AoC 2019. Day 2, day 5, and then every odd day till the end: day 7, 9, 11, ... 23.
2.
▲
by
narimiran
2y ago
> By the way, there are EV tyres - does anyone know why? Is it just marketing or do they have some special properties? They have lower rolling resistance, in attempt to extract a bit larger range.
3.
▲
NimConf 2024 – online Nim conference
(conf.nim-lang.org)
12 points
by
narimiran
2y ago
|
2 comments
4.
▲
by
narimiran
2y ago
> Opera was the first "not IE or Netscape" browser I used. It would be poetic to go back to it now. If you want to go back to the "original Opera", that is now Vivaldi.
5.
▲
Galaksija and Računari U Vašoj Kući: 40th Anniversary Celebration
(blog.vladovince.com)
2 points
by
narimiran
2y ago
|
0 comments
6.
▲
by
narimiran
3y ago
> Kia Rio 5 door You missed a very important bit: 'old toyota-level reliability and longevity' ;)
7.
▲
by
narimiran
3y ago
Clicking on the link received by email, I get: > Your invitation to the test has been cancelled.Please contact Evaluator for further queries.
8.
▲
by
narimiran
3y ago
WDYM?
9.
▲
by
narimiran
4y ago
And if you like to watch a mechanic working on cars, here's a nice combination of educational and entertaining: https://www.youtube.com/@M539Restorations/videos I couldn't care less about BMWs, but I enjoy th
10.
▲
by
narimiran
4y ago
> semi truck on my way back from Dalamatia to Istria I can guess that was under Velebit, where bura is often very strong and at those times the road is closed for motorcycles, campers, double-deckers and vehicles with trailers. But peopl
11.
▲
by
narimiran
4y ago
> If Rimac makes a car with that name There already exists Volkswagen Bora, which was a sedan version of Golf 4. (Basically, a renamed Jetta; just like Vento in the generation before)
12.
▲
by
narimiran
4y ago
> Bora is strong wind Fun fact: Jugo (another frequent wind on Adriatic coast) is even stronger wind, but what makes bora/bura special are strong sudden gusts.
13.
▲
by
narimiran
4y ago
> Honda Fita Stretching a bit to fit a narrative? There was never Honda Fita. In USA, that's Honda Fit, and in Europe the same car is called Honda Jazz.
14.
▲
by
narimiran
4y ago
> Maybe this language has a bad name but I can not find anything about it on HN. Try searching for Ocaml :)
15.
▲
by
narimiran
4y ago
But you can do composition, like this: [Racket] (~> thing quux->baz baz->foo foo->bar)
16.
▲
by
narimiran
4y ago
Make sure to check other projects by the same author, some real gems there IMO (and I'm not even including there his most popular project - Vim^3 [0] :D). This talk [1] from NimConf 2021 is a good place to start: [0] https://
17.
▲
by
narimiran
5y ago
> The Honda S2000 had a throttle cable until... the 2006 model year I believe. Mazda Miata (MX-5) had it in the NB model (until 2005) too.
18.
▲
by
narimiran
5y ago
`player` and `Player` are different in Nim. Ditto for `date` and `Date`.
19.
▲
Nim 1.4
(nim-lang.org)
278 points
by
narimiran
6y ago
|
140 comments
20.
▲
by
narimiran
6y ago
> would you say "always use gc:arc" is a safe bet? This is the first release to offer `--gc:arc` so there are still some rough edges, but I would follow @treeform's and @rayman22201's advice from sibling comments: giv
21.
▲
Nim 1.2
(nim-lang.org)
358 points
by
narimiran
6y ago
|
128 comments
22.
▲
by
narimiran
6y ago
> Yes the best way is to use voice control. You can tell the tesla to "set fan speed to 2" and it will do it. Voice commands are the safest imho. ...if you are from English-speaking country or you know English. Does Tesla und
23.
▲
by
narimiran
7y ago
> Was reading and thinking "oh boy this looks so good, I wish it was written in Rust..." Can I ask... why? What is the difference between a program that makes you feel "oh boy this looks so good" written is some XY
24.
▲
by
narimiran
7y ago
> I can recommend "Practical Vim" which is a great book. I've read it only recently, after I was already familiar with Vim, and I cannot recommend it enough! I had lots of "oh, I had no idea this was possible"
25.
▲
Nim Community Survey 2019
(nim-lang.org)
2 points
by
narimiran
7y ago
|
0 comments
26.
▲
by
narimiran
7y ago
Thank you very much for this! I was aware of Norvig's 2016 AoC solutions, but I thought he never did any of the newer editions. I know what I'll be reading today :)
27.
▲
by
narimiran
7y ago
> for example, it is very natural to name them "a,A,b,B" And just to clarify once again, since I'm not sure who will read which reply: those are NOT the same identifiers in Nim! let a = 11 b = 22
28.
▲
by
narimiran
7y ago
> In many languages, you might use one for a type name, the other for a variable. And Nim is one of those languages too. This is perfectly valid and frequently used: type Person = object name: string age: in
29.
▲
by
narimiran
7y ago
...which also works perfectly fine in Nim.
30.
▲
by
narimiran
7y ago
> `array = Array()` ...which would break in Nim. This is NOT true. The first character is case-sensitive in Nim, so examples like yours are not only possible, but frequently used even in Nim compiler and standard library.
More ›