Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bartq
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bartq
3y ago
Actually... I use my own keybindings which are more ergonomic twist of Emacs bindings. For example for moving char left I use C-d and to move word left I use C-S-d (control+shift+d). Convenient to press using both hands (using right shift w
2.
▲
by
bartq
3y ago
No, I use Emacs keybindings in the rest of the tools. Tried to use vim bindings but they don't seem to do everything correctly or smoothly and it annoys me.
3.
▲
by
bartq
3y ago
Friend... don't try to "switch". Just use multiple tools at the same time. I personally use all: Neovim (great writing/editing experimence, LSP+Treesitter+fzf allow you to get really far), Emacs (for Magit), VS Code (if
4.
▲
Ask HN: How next YouTube should look like?
1 points
by
bartq
3y ago
|
0 comments
5.
▲
by
bartq
3y ago
If your goal was to release some library with a website - you made it, congrats. Looks really nice to my eyes. However, as a developer, I want to see something else: 1. Example projects created with this library. Challenges, solutions, pain
6.
▲
by
bartq
3y ago
One more thing about iPad: I think it has the best on the market form factor, see pictures how magic keyboard elevates the iPad device which makes it's floating in the air a bit. I want to have the same for other laptops, because when
7.
▲
by
bartq
3y ago
Until recently I owned both MacBook Pro 16 M1 Max and iPad Pro 12.9 with magic keyboard. I love MacBook Pro 16 for work either on desk with connected big display or on laptop stand. Occasionally I use it as a notebook flat on the desk, but
8.
▲
by
bartq
3y ago
The obvious solution is to use nor ORMs or raw SQL generated with various helpers in your language, but to open up DB engine to execute low level bytecode. Think: DB=GPU, SQL=GLSL, what's actually executed -> compiled code.
9.
▲
by
bartq
3y ago
So there should be a different tool used which will intercept environment variables reads and will log them.
10.
▲
by
bartq
3y ago
It would for env vars as well, why not? Just trace program trying to reach out for some var X from env.
11.
▲
by
bartq
3y ago
I disagree it's responsibility of the tool. Program should just reach out for files and some higher order or meta runner should trace what the process does. One of the commenters mentioned `strace`, this is the correct approach, but sh
12.
▲
by
bartq
3y ago
> Are you a chatbot? Of course I'm a chatbot, how dare you to think it was written by mere real person ;)
13.
▲
Ask HN: Please send nonzealot opinions about (n)Vim and its future
3 points
by
bartq
3y ago
|
4 comments
14.
▲
by
bartq
3y ago
Thanks for becoming a mirror (although what happened was you wrote a "mirror" comment of my comment, not me), however I'm really interested in better tools. None of the tools I know fully satisfy me. GUIs are less comfortable
15.
▲
by
bartq
3y ago
Why did you make it personal, let's focus on talking about things/ideas. I'm not even trying to comment your guess about what "target" I am.
16.
▲
by
bartq
3y ago
You're defending n(vim)+plugins, not naked (n)vim and I agree it can be taken very far and can start to look like Emacs which integrates multiple external processes in single place. Actually anything can be taken anywhere with sufficie
17.
▲
by
bartq
3y ago
I tried to understand what vim/nvim is all about and why people love it so I've learned it a little bit. I grasped the Zen of VIM , it's actually very comfortable to navigate files and files tree assuming Ctrl is swapped wit
18.
▲
by
bartq
3y ago
I think this is important: finish your project in bigger context where your project is a piece needed in higher level picture. Don't finish project just to finish it. This attitude solves problem of motivation, because you naturally fi
19.
▲
Ask HN: Reddit closed its API, but what if HN does the same?
3 points
by
bartq
3y ago
|
5 comments
20.
▲
by
bartq
4y ago
How submodules should be done properly: 1) define somewhere in the repo that it's a "compound repo", a "workspace" etc - name is arbitrary, This is our repo "R", 2) for certain paths in the repo, mar
21.
▲
by
bartq
4y ago
We could have amazing HTML/CSS performance if we had programmable "HTML to bitmap" caching. But: a) it's not secure if we can render HTML to bitmap and send over network, b) cache invalidation problem - we'd have to
22.
▲
The Future of Programming (Opinion)
(gist.github.com)
3 points
by
bartq
4y ago
|
3 comments
23.
▲
by
bartq
4y ago
Here’s my quick and dirty prediction of what will happen with software in the future. The goal if this writeup is to collect feedback and spark discussion. Many of the statements can be purely wrong - please take them with a grain of salt.
24.
▲
by
bartq
4y ago
Programming can be thought as a medium similar to paper+pen or video, but it's interactive. Ask yourself then: "Is writing a 'young man's game'?". Of course not. Then the question should be reframed to "wh
25.
▲
by
bartq
4y ago
JS is the best language for web - and generally for high level systems design - and honestly I don't know why people don't want to see it. Good parts of JS are: first class functions and closures and prototypical inheritance. Find
26.
▲
by
bartq
4y ago
Try https://github.com/AstroNvim/AstroNvim , mouse works nicely out of the box, there is also a files tree.
27.
▲
by
bartq
4y ago
Yes, tell more.
28.
▲
by
bartq
4y ago
I'm arguing for B. What I care about is timeline, assets, library, keyframes, movie clips, drawing tools, text formatting, tweening and much more. All in one package, cmd+enter to see the output. Maybe even these days cmd+enter is too
29.
▲
by
bartq
4y ago
People would return to the great animation timeline and vector graphics. And all of this is scriptable. You don't have something like this today outside of Flash (Adobe Animate) really.
30.
▲
by
bartq
4y ago
Btw, just googled for "Famo.us" which I remember as 3d library looking for its use case. I googled it and google gave me... this: https://amaze.co/ .
More ›