Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jhchabran
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Amp is now free to use when you bring your own compute and model subs/keys
(ampcode.com)
2 points
by
jhchabran
3d ago
|
0 comments
2.
▲
by
jhchabran
2y ago
Having used evil-mode as my main driver for years, I can confirm that it truly works as expected. Requires some setup though. I used https://github.com/doomemacs/doomemacs to do the heavy lifting though.
3.
▲
by
jhchabran
2y ago
Same I love my ligatures to death. And there are some interesting goodies. I find the author take on `tmux` being unecessary interesting, albeit it's a quite divisive opinion. Nevertheless, it's refreshing to see the status quo be
4.
▲
by
jhchabran
2y ago
The delay in between typing and seeing it rendered, drawing large portions of text (which matters if you spend a lot of time in term based editors) etc ... It's very subjective: some folks (me included) will notice the difference and f
5.
▲
by
jhchabran
3y ago
Disclaimer, I love handwriting. TL;DR handwriting = write only + self-expression I think that handwriting and its constraints, lead to a different mindset from when you're typing on a keyboard: - It's write Only; You can't er
6.
▲
NetBSD as a K8s Pod
(imil.net)
3 points
by
jhchabran
3y ago
|
1 comments
7.
▲
by
jhchabran
3y ago
While I'm not sure I see as much games being review bombed for political reasons in my sources for video game reviews, I strongly agree with you that it's really hard nowadays to find high quality reviews. It's always been ba
8.
▲
by
jhchabran
4y ago
I'm wondering if that has to do with the time spent writing Clojure code? I have only wrote LISP code during uni and on pet projects and I always feel like the parentheses are making things easier to visually process. The AST is explic
9.
▲
by
jhchabran
5y ago
That's an ambitious goal, I'm not sure to see how that would be maintainable on the long run. On a much smaller scale, if anyone is interested, I maintain a black list focused on those code snippet content farms that gets in the w
10.
▲
ZK, a plain text note-taking assistant
(github.com)
1 points
by
jhchabran
5y ago
|
0 comments
11.
▲
by
jhchabran
5y ago
To shed some lights on why power sliding is so unreliable, doing so requires to be familiar the surface on which you’re attempting it. Being familiar with it means that you basically failed to and fell down multiples times before getting it
12.
▲
by
jhchabran
5y ago
Regarding the weight, it’s a different position when you’re holding it at arms length while playing. You don’t hold your iPad in the air while reading, you put it against your knees or something else!
13.
▲
Hacking the Game Boy cartridge protection
(youtube.com)
4 points
by
jhchabran
5y ago
|
0 comments
14.
▲
by
jhchabran
6y ago
If anyone wants to give a try, it's worth noting a few things if you come from vim: - if you are on osx, you'll may find the gui rendering quite laggy if you are using a Retina display. Using the terminal will make it snappy again
15.
▲
by
jhchabran
6y ago
I would say that what areally changes the game is to use evil (vi style bindings, 95% stays the same) with Emacs so you keep the muscle memory and you can keep making use of the common ex commands. I have gone back and forth between vim and
16.
▲
by
jhchabran
6y ago
May I advise to give a try to Doom instead? It has less ambitious objectives [1] and feels much snappier while providing a similar experience (vim-like, out of the box) Also, if you enjoy the experience provided by emacs + evil, giving a tr
17.
▲
Software engineers don't scale (but comments does)
(eng.heetch.com)
2 points
by
jhchabran
7y ago
|
0 comments
18.
▲
by
jhchabran
8y ago
Heetch | Europe | Full-Time | FULL REMOTE Heetch is a ridesharing company that handles 150k rides per week. We're providing young people with an affordable and safe way to enjoy their nights. We have raised is $20M in January. Our engi
19.
▲
by
jhchabran
9y ago
Heetch | Multiple positions | Paris | Full-Time, REMOTE (eu only) Heetch is a nightlife ridesharing company that works with 5,000 professional drivers and handles 70,000 rides per week. We're providing young people an affordable and sa
20.
▲
by
jhchabran
10y ago
Valve just released a big gameplay update to its biggest esport game and added support for a bot scripting api along the way, allowing players to exchange them through Steam workshop. > Programmers, scripters, and mad scientists rejoice!
21.
▲
Dota2 Bot Scripting API
(developer.valvesoftware.com)
4 points
by
jhchabran
10y ago
|
1 comments
22.
▲
Arachne, Rapid Web Development for Clojure
(kickstarter.com)
1 points
by
jhchabran
10y ago
|
0 comments
23.
▲
by
jhchabran
12y ago
Trainers, save editors, translations are basically a common entry point into programming, like a closed knit group of people that love video games and who wants to modify/hack/translate their favourites games. At some point, progr
24.
▲
by
jhchabran
14y ago
"near-0 resistance" nails it. As a Vim user, I consider the whole productivity thing about it quite over-rated. Yes it's efficient, yes it's faster, but in the end, anyone with a decent editor is going to go faster after a while. The point
25.
▲
by
jhchabran
14y ago
Well parsing the vimrc might be too much as it would require a full compatibility layer and I highly doubt it'll ever happen. Using vanilla lighttable config wouldn't bother me, even if I have to rewrite most of it. It's a different editor
26.
▲
by
jhchabran
14y ago
As I've just scratched Scala's surface, I don't get what you meant by the community status. Considering how important the ecosystem is, could you point some resource to understand ? Thanks
27.
▲
by
jhchabran
14y ago
They do make money out of it, not that much but they do. Most of the time, it's so small that we don't have a clue on why they do it. For sure there must be some sort of gold diggers trail spawning vocations, but they wouldn't do it if it w
28.
▲
by
jhchabran
14y ago
A such mode had been advertised. You can read on http://www.chris-granger.com/2012/04/15/light-tables-numbers... that Chris is a vim user and they'll use CodeMirror to provides such keybindings. My main concern is that being vim'ish isn't
29.
▲
by
jhchabran
14y ago
This is also a great news for Rubinius, it will probably boost Rubinius adoption and I'm eager to observe how it behaves compared to MRI.
30.
▲
by
jhchabran
14y ago
This reminds me Cython who provides optional types to speed up the critical path. The speed gains are pretty impressive. Having a such tool in Ruby would be wonderful !
More ›