HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gdprrrr

no profile record

Submissions

A Way to Generate Primes [video]

youtube.com
1 points·by gdprrrr·3 года назад·0 comments

FE-Schrift: forgery impeding typeface

en.wikipedia.org
1 points·by gdprrrr·3 года назад·0 comments

comments

gdprrrr
·3 года назад·discuss
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 года назад·discuss
Mindfulness is often translated as Achtsamkeit
gdprrrr
·3 года назад·discuss
French is an official language of Belgium
gdprrrr
·3 года назад·discuss
We need a falsehoods programmers believe about credit cards.
gdprrrr
·3 года назад·discuss
Rust has todo!() and clippy has a lint you can configure.
gdprrrr
·3 года назад·discuss
The risk of getting your MitM box compromised is too high IMO
gdprrrr
·3 года назад·discuss
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 года назад·discuss
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 года назад·discuss
Handwritten, it looks like y with diaresis.
gdprrrr
·3 года назад·discuss
Most Keyboards only have uppercase printed on them
gdprrrr
·3 года назад·discuss
https://support.apple.com/en-us/HT210425
gdprrrr
·3 года назад·discuss
Also MHRD https://steamcommunity.com/app/576030/
gdprrrr
·3 года назад·discuss
https://en.eurobilltracker.com/

There's this run by volunteers, but there's not mich going on.
gdprrrr
·3 года назад·discuss
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 года назад·discuss
I've written recipes as BPMN, but it reminded me too much of works.
gdprrrr
·3 года назад·discuss
> Hamiltonian Ğ-spaces (pronounced G-hat spaces).

G-hat is Ĝ. It's not even a typo because it's consistent.
gdprrrr
·3 года назад·discuss
IKEA bulbs (Zigbee compatible) always turn on when you turn the dumb light switch on, no matter how you turn them off.
gdprrrr
·3 года назад·discuss
You can configure GitLab to reject the push if you comitted secrets, based on regex marching with common formats for tokens.
gdprrrr
·3 года назад·discuss
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 года назад·discuss
Not OP, but in functional languages, state machines are often simply a function (State, Input) -> State