HackerTrans
TopNewTrendsCommentsPastAskShowJobs

narimiran

no profile record

Submissions

NimConf 2024 – online Nim conference

conf.nim-lang.org
12 points·by narimiran·hace 2 años·2 comments

Galaksija and Računari U Vašoj Kući: 40th Anniversary Celebration

blog.vladovince.com
2 points·by narimiran·hace 2 años·0 comments

comments

narimiran
·hace 9 meses·discuss
> 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.
narimiran
·hace 2 años·discuss
> 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.
narimiran
·hace 2 años·discuss
> 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.
narimiran
·hace 3 años·discuss
> Kia Rio 5 door

You missed a very important bit: 'old toyota-level reliability and longevity' ;)
narimiran
·hace 3 años·discuss
Clicking on the link received by email, I get:

> Your invitation to the test has been cancelled.Please contact Evaluator for further queries.
narimiran
·hace 3 años·discuss
WDYM?
narimiran
·hace 3 años·discuss
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 this content.
narimiran
·hace 4 años·discuss
> 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 people regularly ignore those restrictions because they are not aware of the danger.
narimiran
·hace 4 años·discuss
> 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)
narimiran
·hace 4 años·discuss
> 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.
narimiran
·hace 4 años·discuss
> 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.
narimiran
·hace 4 años·discuss
> Maybe this language has a bad name but I can not find anything about it on HN.

Try searching for Ocaml :)
narimiran
·hace 4 años·discuss
But you can do composition, like this:

[Racket]

    (~> thing
        quux->baz
        baz->foo
        foo->bar)
narimiran
·hace 4 años·discuss
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://github.com/oakes/vim_cubed

[1] https://www.youtube.com/watch?v=cBqBfPRWla8&list=PLxLdEZg8DR...
narimiran
·hace 4 años·discuss
> 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.
narimiran
·hace 5 años·discuss
`player` and `Player` are different in Nim. Ditto for `date` and `Date`.