Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
carlosperate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
carlosperate
2y ago
> Regarding discoverability, I doubt anyone finds projects through GitHub's search or discoverability features, but rather through a search engine like Google or DDG and online communities . I've found a lot of interesting pro
2.
▲
by
carlosperate
5y ago
Generally Scratch-like languages can be referred to as "visual" programming languages, or "block based" languages. "Frame based editors" would be this new combined approach. https://en.m.wikipedia.or
3.
▲
by
carlosperate
5y ago
There is also some support for the Switch with TinyGo (A Go compiler for embedded system), but looking at the current state of the docs for this platform it's hard to tell how well supported it might be: https://tinygo.org&#
4.
▲
by
carlosperate
5y ago
A lot of packages actually use PEP 440 versioning: https://www.python.org/dev/peps/pep-0440/ But this is very close to semver and resolution works very similarly.
5.
▲
by
carlosperate
5y ago
> There are 16 versions on PyPI which end in a newline character. Of these 16, 12 have registered the stripped equivalent too ... Visually, on PyPI, these look identical I often navigate through package versions in the PyPI website, an
6.
▲
by
carlosperate
5y ago
Good point, to me that explains why this is a GitHub product instead of a Microsoft (or VSCode) product.
7.
▲
by
carlosperate
5y ago
It's also not easy to quickly identify it's a link, as the word highlight is the same as the previous examples. Maybe adding an underlines or something to make it slightly different might help with that.
8.
▲
by
carlosperate
5y ago
This is pretty good! One thing I wasn't able to trigger (or understand) was the "hover me" part from the "Interact with the content" section.
9.
▲
by
carlosperate
5y ago
Thanks for sharing! What would be the main advantage of this vs something like Google Slides?
10.
▲
by
carlosperate
5y ago
I definitely saw this in How I Met Your Mother in Netflix, where a movie poster on a cinema wall was (badly) replaced by a newer movie that came out after the show aired. I wouldn't have minded if it was done better, as that specific e
11.
▲
by
carlosperate
6y ago
How did it end up being absorved by GitHub? The "raw" button in the file views use that domain now.
12.
▲
by
carlosperate
6y ago
I had exactly the same question, although I haven't tried either language yet. It'd be great if somebody could shed some light on this, as I would find it really interesting.
13.
▲
by
carlosperate
6y ago
Wrong repo: https://github.com/stefanoborini/blacker
14.
▲
by
carlosperate
6y ago
Apart from packaging I also love the idea of consolidating configurations from different dependencies into a single place. But when I first moved to pyproject.toml I didn't find its use as widespread as I hoped (flake8 being the depend
15.
▲
by
carlosperate
7y ago
You can also create a "public facing" user account that doesn't have any private info or logins. That's useful to for public talks and presentations.
16.
▲
by
carlosperate
7y ago
Arduino has recently modularised their IDE, and the arduino-cli can be used to crate a sketch, compile it and flash the board: https://github.com/arduino/arduino-cli
17.
▲
by
carlosperate
7y ago
For comparison, the Raspberry Pi 1 had an armv6 core.
18.
▲
by
carlosperate
7y ago
Because often you want to reset to defaults when there is an issue connecting to the app.
19.
▲
by
carlosperate
7y ago
I'll never understand the idea of punishing employees for honest mistakes. Investing the time and money to hire a competent developer, and their ramp up to full productivity is definitely more expensive than that. Not only that, but th
20.
▲
by
carlosperate
7y ago
Thank you so much!
21.
▲
by
carlosperate
7y ago
> Nothing even close to this has ever happened ever. Famous last words...
22.
▲
by
carlosperate
7y ago
Is the frustration meter shown in the talk video part of that original benchmark? Or is it something we could run on top of any page? I had a search around, but didn't find anything.
23.
▲
by
carlosperate
8y ago
That tool looks interesting, how does it get the data? Does it scrap a user profile? Can it deal with users having a large number of posts (I think the rss and json API only return a limited number of posts).
24.
▲
by
carlosperate
8y ago
Not the backstory, but some background: https://news.ycombinator.com/item?id=4242786 https://github.com/moggers87/salmon/issues/8
25.
▲
by
carlosperate
8y ago
I think he was actually wearing it yesterday when he wrote that message!
26.
▲
by
carlosperate
8y ago
Thanks!
27.
▲
by
carlosperate
8y ago
Does anybody know if this is implemented in Python (I assume in a process run from the editor)? Or has it perhaps been implemented in JS/TS? The reason I ask is because the Monaco code editor from VSCode can be used in the browser, and
28.
▲
by
carlosperate
9y ago
> touch screens but require pressing on a specific angle the buttons It's possible the angle thing is because your nail works better than your fingertip. I've had this situation a couple of times, and selecting with the nail de
29.
▲
by
carlosperate
9y ago
I definitely have this exact issue with Google Calendar as well. I search for the exact wording of an event, and it doesn't show any results that are old. I then manually go back in the calendar and find it, do the search again and ta-
30.
▲
by
carlosperate
10y ago
I prepared this vagrant script to easily get it up and running in a virtual machine with just a single command and then accessing it through ssh: https://github.com/carlosperate/microbit-dev-env Hopefully other people
More ›