HackerTrans
TopNewTrendsCommentsPastAskShowJobs

codingjerk

no profile record

Submissions

[untitled]

1 points·by codingjerk·в прошлом году·0 comments

Biski64: A Fast, No_std PRNG in Rust

github.com
1 points·by codingjerk·в прошлом году·1 comments

comments

codingjerk
·в прошлом году·discuss
Probably the fastest Rust PRNG I saw (and with good properties!)
codingjerk
·в прошлом году·discuss
Domain squatting should be illegal
codingjerk
·в прошлом году·discuss
I still remember people thought we would _migrate_ to IPv6 in just a couple of years.

And here we are.
codingjerk
·в прошлом году·discuss
Nice to see some projects like this in kinda-active development after 20+ years.
codingjerk
·в прошлом году·discuss
Good overview.

The "Chunk your binaries" point is spot on. Creating a huge binary blob that contains everything makes it hard to work with in constrained environments.

Also, +1 for "Document your format". More like "Document everything". Future you will thank you for it for sure.
codingjerk
·в прошлом году·discuss
I'm using CLIs like A LOT, but still would be happy to get _good_ autocomplete for SQL.

`psql` is pretty bad at it and in `\e` you will just end up in an editor, which will probably don't know about your schema.

I've tried many tools, but seems like I like DataGrip (or databases in PyCharm Professional) the most, so I use EAP from time to time, when I'm going to write a lot of SQL.
codingjerk
·в прошлом году·discuss
I spend most of my time in the command line:

- neovim for file editing,

- zsh (+zoxide) for navigation / file management,

- plain git to manage my repos,

- plain text note taking and accounting, etc.
codingjerk
·в прошлом году·discuss
I like where Intel is going, just about time, especially considering the competition from AMD and Apple.
codingjerk
·в прошлом году·discuss
DataGrip would be perfect if it had a community edition. As someone who connects to a database only two or three times a week, I’m not willing to pay for it.
codingjerk
·в прошлом году·discuss
Looks promising, but I'll probably stick to `psql`
codingjerk
·в прошлом году·discuss
This. And it feels like competition is lower on AppStore.
codingjerk
·в прошлом году·discuss
Thanks for sharing. I agree in general,

But for me language is not a problem at all. I mean that you have a lot of pre-requirements to start developing for iOS.

And the stuff, except writing code feels much more restricted. AppStore is a walled garden itself.

But yeah, Objective-C was something...
codingjerk
·в прошлом году·discuss
It's interesting, why `strace` isn't mentioned here.

For me, it's the very first thing I'll run (e.g., `strace -p PID`) if a any process is not performing well enough.

It gives a quick insight on what syscalls it's making.
codingjerk
·в прошлом году·discuss
I feel like developing an app for iOS is harder than developing one for Android.

Everything from writing code to building and publishing is overcomplicated.
codingjerk
·в прошлом году·discuss
I've always wondered: is Wayland considered less "suckless" than X11?

It seems simpler, though suckless community doesn't appear to like it.