Santagate 2019 Pro for Workgroups
wvstolzing
pointless
- 0 Posts
- 26 Comments
Python programmers appear to actively promote the ‘easier to ask forgiveness, than permission’ style nowadays. This article has a measured take: https://realpython.com/python-lbyl-vs-eafp/
and like a goddamn fiddle!
wvstolzing@lemmy.mltoUnixporn@lemmy.ml•[Sway] Oxocarbon - My humble and stable Workhorse1·1 year agosome website where you can type the classics instead of just reading them
Is it this one: https://www.typelit.io/ ?
wvstolzing@lemmy.mlto Programmer Humor@lemmy.ml•The "Curry" in "Currying" is a reference to logician Haskell Curry1·1 year agoFunny thing is that when the creators of the language told H.C.'s widow about it, she said he never really was fond of his name.
I was intrigued by the top bar, but the *fetch screen says ‘Unity X11’ for DE.
wvstolzing@lemmy.mlto Selfhosted@lemmy.world•Best resources to learn more about networkingEnglish1·1 year agoMichael W. Lucas’s “Networking for System Administrators” is a great resource: https://mwl.io/nonfiction/networking#n4sa
There’s a linux port for the SGI file browser featured in the movie: https://fsv.sourceforge.net/ ---- haven’t run it in ages, though; I don’t know if it’s still functional.
Yes, just as GNOME stands for GNOME has NO MErcy.
wvstolzing@lemmy.mlto Programmer Humor@lemmy.ml•My 6-year old son just told me humans have 9 fingers, not 102·1 year agoYeah, I mean all vertebrates are A digit creatures in their front set of limbs.
Where’s the ‘PtrSc’ key? On Peter’s keyboard presumably.
Chromium has been running on a fork of WebKit called ‘blink’ for a while now; ‘bare’ WebKit is closer to Safari.
wvstolzing@lemmy.mlto Free and Open Source Software@beehaw.org•PDF Editor for repairing book scan OCR?4·2 years agoAnother vote for Tesseract – just to clarify the terminology, though: PDF is a fragile format best used read-only; so you really don’t want to edit a pdf, but make a new one using the same (or cleaned-up) bitmaps and a new ocr text layer.
Now, tesseract is excellent at recognizing glyphs; but especially if the scanned image is a little fuzzy, the layout detection falters; and when it falters, you get redundant line breaks, & chunks of text in the wrong order – all of which gets incredibly annoying for searching & copying purposes. So if you can spare the time, and the text requires it, you may need to mark regions (paragraphs & titles mainly) on the bitmap image manually. There exist a few frontends to Tesseract that help with a task like that; check out, e.g., https://github.com/manisandro/gImageReader - inside single paragraph blocks of text, Tesseract doesn’t get as easily confused; and the text output is in the correct reading order, & w/o redundant breaks.
wvstolzing@lemmy.mlto VIM - Vi Improved@lemmy.ml•Let’s kickstart this community: what are your favorite config options and plugins?2·2 years agoThat was a typo though, wasn’t it? Bcs I’m not ruling out the possibility that there’s an FBI plugin for neovim nowadays.
wvstolzing@lemmy.mlto Programmer Humor@lemmy.ml•Ranking of the most energy-efficient programming languages34·2 years agoOK, but are they taking into account the energy expenditure of the programmer’s brain while writing the program? The amount of calories his/her brain has to burn in order to produce & debug the code?
NAND and XOR aren’t equivalent, though
| X | Y | X NAND Y | | 0 | 0 | 1 | | 1 | 0 | 1 | | 0 | 1 | 1 | | 1 | 1 | 0 |
| X | Y | X XOR Y | | 0 | 0 | 0 | | 1 | 0 | 1 | | 0 | 1 | 1 | | 1 | 1 | 0 |
& XOR can be reduced to NAND; not sure if NAND can be reduced to XOR
You mean NAND gates?
(Trick NAND Trick) NAND (Treat NAND Treat) <-> Trick or Treat
wvstolzing@lemmy.mlto Free and Open Source Software@beehaw.org•Are there any good foss Linux handhelds?8·2 years agoRecently I became aware of ‘StarLite’ tablets – the prices are pretty steep, but the specs look really good, esp. wrt the screen.
wvstolzing@lemmy.mlto Programmer Humor@lemmy.ml•If Programming Languages Were Games (Comic)9519·2 years agoI mean, this is cringe AF.
Kotlin ‘built by communism’? Because the founders of JB are Russian? Is that it?
Swift is ‘greed’ how? It’s open source since 2015 or so; & available on Linux. Apple’s graphical toolkits are ‘closed down’; & obviously restrict users’ freedoms; though not sure how that implies ‘monopoly’. ‘Monopoly’ would be trying to dominate all toolkits, not have one’s own.
Vague word associations are cool, I guess.
Though ‘finding’ the UDP packet should cost a lot more, because, whoever knows where it is?