Forwarded from Hacker News
Show HN: RegEx for Regular Folk – A visual, example-based introduction to RegEx (Score: 108+ in 2 hours)
Link: https://readhacker.news/s/4mdBH
Comments: https://readhacker.news/c/4mdBH
Link: https://readhacker.news/s/4mdBH
Comments: https://readhacker.news/c/4mdBH
Forwarded from Hacker News
Valve drops VR support for macOS (Score: 100+ in 6 hours)
Link: https://readhacker.news/s/4mfhN
Comments: https://readhacker.news/c/4mfhN
Link: https://readhacker.news/s/4mfhN
Comments: https://readhacker.news/c/4mfhN
TechCrunch
Valve drops VR support for macOS
Valve is calling it quits on macOS support for its virtual reality platform. A Valve employee posted an update to the company’s SteamVR forums, noting that “SteamVR has ended macOS support so our team can focus on Windows and Linux.” Apple introduced “Metal…
Forwarded from Hacker News
Why does `True == False is False` evaluate to False in Python? (2013) (Score: 102+ in 4 hours)
Link: https://readhacker.news/s/4mfFB
Comments: https://readhacker.news/c/4mfFB
Link: https://readhacker.news/s/4mfFB
Comments: https://readhacker.news/c/4mfFB
Stack Overflow
Why does `True == False is False` evaluate to False?
I get some rather unexpected behavior on an expression that works with == but not with is:
>>> (True == False) is False
True
>>> True == (False is False)
True
>>> True ==
>>> (True == False) is False
True
>>> True == (False is False)
True
>>> True ==
Forwarded from xkcd
✒️Turtle Sandwich Standard Model
It's possible the bread and shell can be split into a top and bottom flavor, and some models additionally suggest Strange Bread and Charm Shells.
https://xkcd.com/2301
🔗 @xkcdcomics
It's possible the bread and shell can be split into a top and bottom flavor, and some models additionally suggest Strange Bread and Charm Shells.
https://xkcd.com/2301
🔗 @xkcdcomics
Forwarded from Hacker News
History of Logo (Score: 101+ in 17 hours)
Link: https://readhacker.news/s/4mgSe
Comments: https://readhacker.news/c/4mgSe
Link: https://readhacker.news/s/4mgSe
Comments: https://readhacker.news/c/4mgSe
Forwarded from Hacker News
Ply: A Visual Web Inspector (2018) [slides] (Score: 100+ in 7 hours)
Link: https://readhacker.news/s/4miek
Comments: https://readhacker.news/c/4miek
Link: https://readhacker.news/s/4miek
Comments: https://readhacker.news/c/4miek
slim.computer
Ply
Forwarded from Hacker News
Speculating on the Animal Crossing Turnip Market (Score: 101+ in 19 hours)
Link: https://readhacker.news/s/4mgYU
Comments: https://readhacker.news/c/4mgYU
Link: https://readhacker.news/s/4mgYU
Comments: https://readhacker.news/c/4mgYU
Insignificantbits
Speculating on Animal Crossing Turnip Market - Insignificant Bits
Forwarded from Hacker News
Rust in an Instant (Score: 105+ in 20 hours)
Link: https://readhacker.news/s/4mgUB
Comments: https://readhacker.news/c/4mgUB
Link: https://readhacker.news/s/4mgUB
Comments: https://readhacker.news/c/4mgUB
fnordig.de
Rust in an instant
Personal website of Jan-Erik Rediger
Forwarded from Hacker News
Strike: A web-based, 1-bit paint tool (Score: 100+ in 20 hours)
Link: https://readhacker.news/s/4mirF
Comments: https://readhacker.news/c/4mirF
Link: https://readhacker.news/s/4mirF
Comments: https://readhacker.news/c/4mirF
itch.io
Strike by Amorphous
1-bit paint app. Play in your browser
Forwarded from Hacker News
Show HN: Python lib for rich text, markdown, tables, etc. in the terminal (Score: 101+ in 4 hours)
Link: https://readhacker.news/s/4mnLX
Comments: https://readhacker.news/c/4mnLX
Link: https://readhacker.news/s/4mnLX
Comments: https://readhacker.news/c/4mnLX
GitHub
GitHub - Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.
Rich is a Python library for rich text and beautiful formatting in the terminal. - Textualize/rich
Forwarded from Hacker News
Humans Not Invited (Score: 102+ in 2 hours)
Link: https://readhacker.news/s/4msBH
Comments: https://readhacker.news/c/4msBH
Link: https://readhacker.news/s/4msBH
Comments: https://readhacker.news/c/4msBH
Humansnotinvited
Humans Not Invited
011010000111010101101101011000010110111001110011001000000110111001101111011101000010000001101001011011100111011001101001011101000110010101100100001011000010000001110111011001010110110001100011011011110110110101100101001000000110001001101111011101000111001100100001
Forwarded from Hacker News
Show HN: Canvas engines performance comparison – PixiJS, Two.js, and Paper.js (Score: 101+ in 4 hours)
Link: https://readhacker.news/s/4msTu
Comments: https://readhacker.news/c/4msTu
Link: https://readhacker.news/s/4msTu
Comments: https://readhacker.news/c/4msTu
benchmarks.slaylines.io
Canvas Engines Comparison
Render multiple moving rectangles to compare three canvas engines.
Forwarded from Hacker News
Point of WebGPU on Native (Score: 102+ in 23 hours)
Link: https://readhacker.news/s/4mrsA
Comments: https://readhacker.news/c/4mrsA
Link: https://readhacker.news/s/4mrsA
Comments: https://readhacker.news/c/4mrsA
kvark.github.io
Point of WebGPU on native
WebGPU is a new graphics and compute API designed on the grounds of W3C organization (mostly) by the browser vendors. It’s designed for the Web, used by Java...