HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gdprrrr

no profile record

Submissions

A Way to Generate Primes [video]

youtube.com
1 points·by gdprrrr·vor 3 Jahren·0 comments

FE-Schrift: forgery impeding typeface

en.wikipedia.org
1 points·by gdprrrr·vor 3 Jahren·0 comments

comments

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

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

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