Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ajnasz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Ajnasz
1y ago
I created an alternative because of nvm's slowness: https://github.com/Ajnasz/znvm
2.
▲
by
Ajnasz
2y ago
Can't change the zoom on the page, what terrible UX.
3.
▲
DHTML Goodies – A library of free DHTML and Ajax scripts
(dhtmlgoodies.com)
10 points
by
Ajnasz
2y ago
|
0 comments
4.
▲
by
Ajnasz
2y ago
How often developers encounter performance issues coming from the slow framework, so they need to switch to a fast one? Which one is the slow?
5.
▲
by
Ajnasz
2y ago
> Avoid using more complicated markup languages like HTML in the README file, however, because it should be convenient to read on a text-only terminal And that's what README.md files from these days hardly can follow on Github.
6.
▲
by
Ajnasz
2y ago
The only cookie I would accept that I don't accept any other cookies.
7.
▲
by
Ajnasz
3y ago
But if you already have it in your favorite language, why would you need to translate it to bash or jq? :)
8.
▲
by
Ajnasz
3y ago
It might be useful for you that, in Go, maps do not shrink their memory usage when elements are deleted. [1] https://vivasoftltd.com/golang-mistakes-1-maps-and-memory-le... [2] https://medium.com/@quicktechlea
9.
▲
by
Ajnasz
3y ago
What happened with the "above the fold" rule, that we put important info where the user don't need to scroll. I clicked through some of them and I only see huge titles with parallax.
10.
▲
by
Ajnasz
3y ago
I guess it's the same in most of languages. If you raise a general exception with a custom message you'll have to check the message not it's type.
11.
▲
by
Ajnasz
3y ago
This whole "I accept these cookies" is broken from the beginning. First of all, why they want to use any of those cookies which are not needed? Use a session cookie, so I can be logged in and I can access to the data and page, but
12.
▲
by
Ajnasz
4y ago
I like the idea of using channels. Maybe it would be good to be able to pass a context for the store, so the loop stops when the context cancelled.
13.
▲
by
Ajnasz
4y ago
Firefox 1(?) already had the error console, which told the _correct line_ where the error happened with more meaningful messages. Unlike IE where the message was something like `Unknown error at line 10203` when you had only a big HTML tabl
14.
▲
Webdev question: Do you know the basics?
(old.reddit.com)
1 points
by
Ajnasz
4y ago
|
1 comments
15.
▲
by
Ajnasz
4y ago
A HTML, JavaScript, CSS question. How hard is that?
16.
▲
by
Ajnasz
4y ago
https://ajnasz.hu A personal blog mostly in Hungarian, lately some English posts which is far from perfect, but some might find useful if a search engine honor the site. It's 16 years old, started with drupal, then some yea
17.
▲
by
Ajnasz
4y ago
> 4.2.2 Idiomatic err variable capture. I'm trying to reproduce that in this play: https://go.dev/play/p/3wkkfN3bMfH Based on the study, I expect that the final print would print `err final value err:bar,
18.
▲
by
Ajnasz
5y ago
Usually I don't accept cookies. Sometimes it's not that hard, but sometimes you would need to click through like hundreds(!) of checkboxes, so you don't want the cookie from them, which is ridiculous. I would accept only one
19.
▲
by
Ajnasz
5y ago
It's web based, not vim based, isn't it?
20.
▲
by
Ajnasz
5y ago
Have you tried zathura? https://pwmt.org/projects/zathura/
21.
▲
by
Ajnasz
5y ago
What is it good for? Why would you want to execute shell commands from JavaScript. If you already know the command, then why don't you just use the shell? Or why don't you just use JavaScript libraries/frameworks/whateve
22.
▲
by
Ajnasz
6y ago
Some years ago Slack advertised itself as a tool to replace e-mail too..
23.
▲
by
Ajnasz
6y ago
I used Envy Code R [1] for many years, recently I changed to Iosevka Term SS10 [2], which is kinda same. [1] https://damieng.com/blog/2008/05/26/envy-code-r-preview-7-co... [2] https://github.
24.
▲
by
Ajnasz
6y ago
Still no tail call optimization? ¯\_(ツ)_/¯
25.
▲
by
Ajnasz
6y ago
> - add JSdoc tags so that IntelliJ can detect type mismatches. Yes, it's so awesome when colleagues writing lots of useless stuff into the code so they IDE can show some fancy popups here and there.