Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
css
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
91.
▲
by
css
5y ago
> Whitespace is needed between two tokens only if their concatenation could otherwise be interpreted as a different token (e.g., ab is one token, but a b is two tokens). https://docs.python.org/3/reference/lexic
92.
▲
by
css
5y ago
CD Projekt's GoG client has a feature where users can write Python extensions [0] for third party account integrations. To enable this, they ship an entire Python interpreter alongside the app binary [1]. I guess this kind of makes sen
93.
▲
by
css
5y ago
Now I am unable to connect at all: ~# wget https://developers.facebook.com/status/dashboard/ Connecting to developers.facebook.com (157.240.206.16:443) wget: can't connect to remote host (157.240.
94.
▲
by
css
5y ago
It loads fine for me and shows no downtime or incidents. It even says "Facebook Platform is Healthy"
95.
▲
by
css
5y ago
Thanks! Sometimes I worry that the text animation is too slow, but I think its a good balance currently.
96.
▲
by
css
5y ago
I'm sure JS devs will hate it, but yes: https://github.com/ReagentX/ReagentX.github.io/blob/master/j... tl;dr: it appends text from a file to a div, pausing on a specific delimiter. I only use Githu
97.
▲
by
css
5y ago
I tried to go for a shell aesthetic, but it is nowhere near as interesting as yours: https://chrissardegna.com/
98.
▲
by
css
5y ago
> If stock markets weren't horribly over-regulated, would the VC industry even need to exist? It's not just the stock market, its almost everything about corporate finance. The straitjacket bank regulators have placed around th
99.
▲
by
css
5y ago
> it appears photos uploaded to unsplash were given to unsplash This is incorrect, according to section 6 of https://unsplash.com/terms
100.
▲
by
css
5y ago
https://unsplash.com/license
101.
▲
by
css
5y ago
I was a contributor [0] to their second batch of photos (the first with user-generated content) when they initially launched under the name Ooomf because I love the philosophy of open-source. They even published an open-source photography b
102.
▲
by
css
5y ago
Both the Terms of Service and Privacy Policy links 404. Why does this require an account?
103.
▲
by
css
6y ago
I think it’s more than WhatsApp, Instagram is offline for me as well. Facebook must be having problems. I get a 5xx for https://api.instagram.com/
104.
▲
by
css
6y ago
Vintage technology is often far more repairable than modern. My turntable and all the equipment I use with it included schematics and booklets with information about how they operate. Even cars used to be like this, but that has mostly been
105.
▲
User Locked Out of iCloud Account for 6 Months Because Last Name is “True”
(twitter.com)
28 points
by
css
6y ago
|
2 comments
106.
▲
by
css
6y ago
> The improvements Intel has made to its processor seem to do very little in our gaming tests, and in a lot of cases, we see performance regressions rather than improvements. > The answer from our side of the fence is that Rocket Lake
107.
▲
by
css
6y ago
Russ Roberts recently interviewed Virginia Postrel [0] on the history of textile manufacturing; I found it absolutely fascinating. [0]: https://www.econtalk.org/virginia-postrel-on-textiles-and-th...
108.
▲
Governor Cuomo Announces Pilot Program Testing “Excelsior Pass” With IBM
(governor.ny.gov)
3 points
by
css
6y ago
|
1 comments
109.
▲
by
css
6y ago
I missed the evenly distributed part; good point and good solution.
110.
▲
by
css
6y ago
As cool as they look when you write them, comprehensions this dense obfuscate your code. Splitting this into multiple lines helps, but it would be much easier to understand as a normal for loop. If the goal is to just know the number of ite
111.
▲
by
css
6y ago
Text of the relevant Australian law: https://parlinfo.aph.gov.au/parlInfo/search/display/display....
112.
▲
by
css
6y ago
I like using pattern matching as an if statement against the type system like the last example in this tutorial, where the author matches against the different variants of an enum. I know this is not the case for the Python interpreter, but
113.
▲
by
css
6y ago
TIL. I only have 45s and 33s. A lot of modern pressings are 45 RPM on 12” vinyl.
114.
▲
by
css
6y ago
The trouble with digitizing analog mediums (especially vinyl) is how much your equipment can alter the sound. Given a different tonearm, cartridge, amp, etc, the same record can sound very different. I’ve had some luck digitizing some of my
115.
▲
Making Python CLI Apps Faster
(chrissardegna.com)
1 points
by
css
6y ago
|
0 comments
116.
▲
by
css
6y ago
What is the screen sharing performance of this like? When I tried to set up the Jitsi integration for Mattermost earlier this week, even with only 3 people in a call, we could not get the stream over 1-2 fps. Discord handles native-res 60fp
117.
▲
by
css
6y ago
I used to use an app for this called IM+ in the early days of iOS, looks like they're still around: https://www.plus.im
118.
▲
by
css
6y ago
I have been using represent.io for this purpose; nice to see some competition in this space.
119.
▲
by
css
6y ago
I looked into a lot of tools before I decided to build this and none of them fit into my workflow the way I wanted them to.
120.
▲
by
css
6y ago
These ideas are exactly what I have been looking for. A year or so ago I started working on a prototype tool[0] using `curses` and I never found a good way to test things beyond behavior of internal methods. In an effort to make it more por
More ›