Viewing profile — vladev
vladev
HN member- Joined
- Wed, Mar 11, 2009, 4:46 PM UTC
- HN karma
- 426
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About vladev
Recent public activity
-
comment
Comment #40013639
Interesting that they use Rust for most things, rather than Deno. I would've expected more dog-fooding on their part.
- story
-
comment
Comment #36874194
You can use the `--local` flag to build on your own computer/CI/VPS. `eas build --local -p ios --profile production` can locally build you an iOS bundle. Don't expect it to work ou…
- story
-
comment
Comment #32487222
I would say that Arch's philosophy is about Exposed simplicity vs Hidden complexity. The wiki is extensive and covers a lot of cases one might stumble upon. Sometimes it feels like…
-
comment
Comment #28869674
You'll be surprised, but it's RedHat that made most of that happen. A lot of the important Linux projects are developed mostly by them - Gnome, Wayland, NetworkManager, Pipewire, f…
-
comment
Comment #28365337
Note that there's also streamlit [1]. It uses regular python files, rather than notebooks, so they can be easily version controlled. And it has more UI tools. [1]: https://streamli…
-
comment
Comment #14356220
We've been using Zoom for the past 2 years and their Linux support is outstanding. Not the prettiest of UIs, but very reliable.
- story
-
comment
Comment #9221730
I have another HiDPI laptop with the same wireless card (Intel 7260). I don't think your router is the problem, I'm experiencing the same issues. When I'm not in the same room as t…
-
comment
Comment #9029468
I actually wonder if it can be done even more elegant with RxJS?
-
comment
Comment #8959189
I think RxJs[1] can help here as well. [1]: https://github.com/Reactive-Extensions/RxJS
-
comment
Comment #8563786
Could you share your setup - Distro, Desktop Environment, settings, etc.
-
comment
Comment #8561903
I wonder if HiDPI support for Linux (and Windows) finally works. Edit: just grabbed the community edition and the answer is... no. Even with -Dis.hidpi=true - no luck.
- story
-
comment
Comment #5957305
I'm hoping to start seeing projects in Go because Go gives them an advantage, not for the sake of it being in Go.
-
comment
Comment #5872993
This is very dense code, and takes some getting-used-to in order to read. What it achieves is beyond the reach of many languages. All it does is convert a Seq (sequence) to a lazy …
-
comment
Comment #5872914
You are correct that implicits are a sharp tool. Thankfully, the Scala community knows that nowadays and they are used for a fairly small number of cases - pimp my library (add met…
-
comment
Comment #5872888
You might try Venkat Subramaniam's Scala for the Intrigued [1]. He's a very good speaker. Regarding Scala's complexity - some more advanced features are presented in those slides. …
-
comment
Comment #5798389
I can't wait to see all the broken applications/unreadable small fonts on my Linux. I've been excited for a high density display since Apple announced the retina display, but I hav…
-
comment
Comment #5491347
Honestly, I mostly share(d) your opinion, but am starting to see Go in a different light. The problem is that the community pitches it against C/C++, where Go, with its GC, just do…
-
comment
Comment #5448592
IntelliJ already provides decent support for it, including auto-completion. I assume with the new pull-based type checker similar things can be done for vim, emacs, etc.
-
comment
Comment #5324300
For me, the killer feature of Opera has always been the ability to reflow text to fit any size and zoom. Can anyone confirm this is still in?
-
comment
Comment #5270043
I've actually found a sweet spot for a tablet. More than a year ago I ditched my smartphone for a Nokia C3-00. This phone has 2 weeks (!) of battery life and I use it only as a pho…
-
comment
Comment #5260096
I wonder how Linux desktops will handle the screen - I imagine lots of tiny, unreadable text.