HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mfrw

no profile record

投稿

UUID: NewV7() always generates a UUID with 7000 on browsers (Golang)

github.com
59 ポイント·投稿者 mfrw·23 日前·7 コメント

Exercises in benchmarking, evals, and experimental design, part 6

patreon.com
3 ポイント·投稿者 mfrw·先月·0 コメント

NEET UG – a med school exam is cancelled (India)

twitter.com
4 ポイント·投稿者 mfrw·2 か月前·2 コメント

Scaling, Stretching and Shifting Sinusoids

eli.thegreenplace.net
2 ポイント·投稿者 mfrw·2 か月前·0 コメント

Thoughts on WebAssembly as a Stack Machine

eli.thegreenplace.net
4 ポイント·投稿者 mfrw·2 か月前·0 コメント

Debugging WASM in Chrome DevTools

eli.thegreenplace.net
4 ポイント·投稿者 mfrw·3 か月前·0 コメント

How Secure Is Tap to Pay? [Veritasium] [video]

youtube.com
3 ポイント·投稿者 mfrw·3 か月前·0 コメント

Corner-Case RCU Implementations

people.kernel.org
2 ポイント·投稿者 mfrw·3 か月前·0 コメント

Dcmake: A new CMake debugger UI

nullprogram.com
19 ポイント·投稿者 mfrw·3 か月前·7 コメント

Smarter Live Streaming at Scale: Rolling Out VBR for All Netflix Live Events

netflixtechblog.com
1 ポイント·投稿者 mfrw·3 か月前·0 コメント

Mastodon Stories for Systemd v260

0pointer.net
3 ポイント·投稿者 mfrw·4 か月前·0 コメント

The inner workings of TCP zero-copy

blog.tohojo.dk
55 ポイント·投稿者 mfrw·4 か月前·0 コメント

Notes on Linear Algebra for Polynomials

eli.thegreenplace.net
4 ポイント·投稿者 mfrw·5 か月前·1 コメント

Inspecting the Source of Go Modules

words.filippo.io
1 ポイント·投稿者 mfrw·5 か月前·0 コメント

Parsing Advances

matklad.github.io
6 ポイント·投稿者 mfrw·7 か月前·0 コメント

Thinking Outside The Box [dusted off draft from 2017]

projectzero.google
1 ポイント·投稿者 mfrw·7 か月前·0 コメント

Ask HN: What are your predictions for 2026?

115 ポイント·投稿者 mfrw·7 か月前·202 コメント

Netflix Live Origin

netflixtechblog.com
2 ポイント·投稿者 mfrw·7 か月前·0 コメント

Linux 6.18 Changelog

kernelnewbies.org
8 ポイント·投稿者 mfrw·7 か月前·0 コメント

How to use Linux vsock for fast VM communication

popovicu.com
88 ポイント·投稿者 mfrw·8 か月前·21 コメント

コメント

mfrw
·2 か月前·議論
What hurts the most is almost more than 2 million students have to appear again. All the trauma and stress all over again :(
mfrw
·7 か月前·議論
Previous Years:

- 2025: https://news.ycombinator.com/item?id=42490343

- 2024: https://news.ycombinator.com/item?id=38777115

- 2023: https://news.ycombinator.com/item?id=34125628

- 2022: https://news.ycombinator.com/item?id=29746236

- 2021: https://news.ycombinator.com/item?id=25594068

- 2020: https://news.ycombinator.com/item?id=21802596

- 2019: https://news.ycombinator.com/item?id=18753859

- 2018: https://news.ycombinator.com/item?id=16007988

- 2016: https://news.ycombinator.com/item?id=10809767

- 2015: https://news.ycombinator.com/item?id=8822723

- 2014: https://news.ycombinator.com/item?id=6994370

- 2012: https://news.ycombinator.com/item?id=3395201

- 2011: https://news.ycombinator.com/item?id=1970023

- 2010: https://news.ycombinator.com/item?id=1025681

- 2009: https://news.ycombinator.com/item?id=416530
mfrw
·昨年·議論
I like to think of it as a magical checklist, it helps us to quickly check if something _might_ be there, without actually looking through everything.

A few non-exhaustive real world use-cases that come to mind:

- Databases: To quickly check if a record might exist before doing a costly disk lookup.

- Spell Checkers: To check if a word might be in the dictionary.

- Spam Filters: To check if an email sender is on a list of known spammers.

- Browser Security: Chrome uses Bloom filters to check if a site might be malicious.

- Password Checker: To check if a password is known to be leaked.

- Web Caches: To check if a URL or resource is definitely not in the cache.

- Distributed Systems: To avoid sending data that another system definitely doesn’t need.
mfrw
·昨年·議論
>> VSCode mounts a full-scale invasion

I love to read articles that have a bit of humour(no offence to VScode people); somehow, it seems one can connect more with the writer.

Thank you, kind stranger on the internet. You made me smile when I most needed it :)
mfrw
·2 年前·議論
I have `delta` as my default and for difft, I use the following:

`env GIT_EXTERNAL_DIFF=difft git log -p --ext-diff`

Hope it helps :)
mfrw
·2 年前·議論
YouTube/Gmail/etc etc and everything that the government is tracking. FWIW, they are tracking our internet with all sorts of fancy technology. I think probably what I meant to ask is:

What do you use to by-pass censorship ?
mfrw
·2 年前·議論
If this is the current condition, what alternatives are there that you may suggest apart from; `Don't use it!`
mfrw
·2 年前·議論
I have also found some stuff here that might be worth a read: https://christophermeiklejohn.com/distributed/systems/2013/0...
mfrw
·2 年前·議論
I started exactly like this. I wanted to get more and more points as soon as possible; You would ask why ?

I wanted to appear smarter than I actually am :(

One of the reasons was to fill the void of me not being able to socialize. Eventually as time progressed, I stopped caring about these fictitious karma points and use this place to improve my self.

I think it is not bad to want more karma, IMHO, the thing that matters is how does one gets there.

This may not be something that helps you immediately, but I feel, if you stick around enough; karma will follow :)

Good Luck!
mfrw
·3 年前·議論
> Second, not every change needs a great commit message. If a change is really minor, I would say minor is an okay commit message!

I want to slightly disagree on this for folks who are early on in career e.g me; I think there is a lot of value in learning to communicate precisely and having a habit of writing good commit message has certainly improved my skills, both verbal and written.

Even though, this activity appears futile for a minor change; it might help to improve other skills :)
mfrw
·3 年前·議論
Being Calm and Content with whatever I have.

I think, I feel, I am out of this rat race of fighting for that next promotion, learning that new language, earning more money, wanting that ${THING}. No, I am not a monk, nor do I want to become one, but I am passionate about how to be content and grateful for whatever I have; I am relatively at peace for a good while since I started to train & reinforce my brain to behave this way. Thanks to Almighty.
mfrw
·3 年前·議論
TiL: The shell does not exit if the command that fails is a part of any command executed in a && or || list except the command following the final && or ||.

Reference: https://www.gnu.org/software/bash/manual/bash.html#index-set
mfrw
·3 年前·議論
Can folks help me a little here, please. Sure this is an awesome announcement. I now am considering to buy a ChromeBook even more seriously.

My reluctance is, can Google, tomorrow (before 10 years) feel that, ahh no we are bored of this so let's not do it. Google has a history of introducing stuff that people start to rely on and then kill it; I still wish Inbox had not been killed by Google.
mfrw
·3 年前·議論
Linux Kernel Development by Robert Love is something I would encourage going through if you are unsure about what you don't know.

Although it's based on 3.x kernel, it still is pretty relevant.

Good Luck!
mfrw
·3 年前·議論
+1

Human nature made me skim this article to verify your claim.
mfrw
·3 年前·議論
Sure, thanks for the tip.

I will take a look :)
mfrw
·3 年前·議論
I don't think the compile times of Go can be even compared with Rust or any major compiled language.

It does compile extremely quickly; Rust on the other end lies completely opposite on that spectrum IMO.

Although, both languages are "modern", both have their pros & cons.

Although this may sound like a pink elephant, but I would really want something that has the guard-rails, expresiveness & performance of Rust with the simplicity & compile-time speed of Go.
mfrw
·3 年前·議論
I am big fan of Salvatore "antirez" Sanfilippo [0]. I encourage a look at `redis`, `kilo` and his other GitHub projects.

[0]: https://github.com/antirez
mfrw
·3 年前·議論
The former of the books is introductory material which is taught at the Bachelors Level while the other book is more rigours and suited as a masters/research level book.
mfrw
·3 年前·議論
What makes this a "WoWW!", is not that this is the first time humans sent something to the moon, but when one factors in the budget relative to others.

Although, I do not have reference for what the exact budget was/is.