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

gdprrrr

no profile record

投稿

A Way to Generate Primes [video]

youtube.com
1 ポイント·投稿者 gdprrrr·3 年前·0 コメント

FE-Schrift: forgery impeding typeface

en.wikipedia.org
1 ポイント·投稿者 gdprrrr·3 年前·0 コメント

コメント

gdprrrr
·3 年前·議論
It's also used for programming languages like Rust and Haskell. The Rust compiler not having a stable ABI means the way the compiler stores information about function signatures, debug symbols etc in libraries may change between compiler versions, so you have to recompile all libraries.
gdprrrr
·3 年前·議論
Mindfulness is often translated as Achtsamkeit
gdprrrr
·3 年前·議論
French is an official language of Belgium
gdprrrr
·3 年前·議論
We need a falsehoods programmers believe about credit cards.
gdprrrr
·3 年前·議論
Rust has todo!() and clippy has a lint you can configure.
gdprrrr
·3 年前·議論
The risk of getting your MitM box compromised is too high IMO
gdprrrr
·3 年前·議論
This just comes down to the difference in the phonological inventories of the two languages. English vowels are especiqlly notorious for being incompatible with many languages.

https://en.m.wikipedia.org/wiki/Pronunciation_of_English_%E2...
gdprrrr
·3 年前·議論
There are orthographies devised for some African languages that are basically IPA, but I don't know to what extend these are actually used. Another thing nicht be languages with very small phonetic inventories, like hawaiian, which is almost IPA except for the glottal stop apostrophe.

https://en.m.wikipedia.org/wiki/African_reference_alphabet
gdprrrr
·3 年前·議論
Handwritten, it looks like y with diaresis.
gdprrrr
·3 年前·議論
Most Keyboards only have uppercase printed on them
gdprrrr
·3 年前·議論
https://support.apple.com/en-us/HT210425
gdprrrr
·3 年前·議論
Also MHRD https://steamcommunity.com/app/576030/
gdprrrr
·3 年前·議論
https://en.eurobilltracker.com/

There's this run by volunteers, but there's not mich going on.
gdprrrr
·3 年前·議論
Those 2% "metals" are basically considered a rounding error and can be ignored.

Also π ≈ 1. https://www.explainxkcd.com/wiki/index.php/2205:_Types_of_Ap...
gdprrrr
·3 年前·議論
I've written recipes as BPMN, but it reminded me too much of works.
gdprrrr
·3 年前·議論
> Hamiltonian Ğ-spaces (pronounced G-hat spaces).

G-hat is Ĝ. It's not even a typo because it's consistent.
gdprrrr
·3 年前·議論
IKEA bulbs (Zigbee compatible) always turn on when you turn the dumb light switch on, no matter how you turn them off.
gdprrrr
·3 年前·議論
You can configure GitLab to reject the push if you comitted secrets, based on regex marching with common formats for tokens.
gdprrrr
·3 年前·議論
I think it's interesting that they chose moon as the reference, as the AM/PM system is evitently most confusing at the 11 AM - 12 AM - 1 PM mark.
gdprrrr
·3 年前·議論
Not OP, but in functional languages, state machines are often simply a function (State, Input) -> State