Readit News logoReadit News
ajitid commented on Deep Learning Is Not So Mysterious or Different   arxiv.org/abs/2503.02113... · Posted by u/wuubuu
TechDebtDevin · a year ago
Anyone who wants to demystify ML should read: The StatQuest Illustrated Guide to Machine Learning [0] By Josh Starmer.

To this day I haven't found a teacher who could express complex ideas as clearly and concisely as Starmer does. It's written in an almost children's book like format that is very easy to read and understand. He also just published a book on NN that is just as good. Highly recommend even if you are already an expert as it will give you great ways to teach and communicate complex ideas in ML.

[0]: https://www.goodreads.com/book/show/75622146-the-statquest-i...

ajitid · a year ago
Also would like to add that he has a YouTube channel as well https://youtube.com/@statquest
ajitid commented on Zed on Linux Is Here   zed.dev/linux... · Posted by u/0xedb
winternewt · 2 years ago
I just tried it on NixOS 24.05. It starts, but nothing happens when I click "Open a project" or Ctrl+O. It's as if it lacks the ability to show a file selection dialog.
ajitid · 2 years ago
ajitid commented on Neovide – A simple, no-nonsense, cross-platform GUI for Neovim   neovide.dev... · Posted by u/frankjr
ajitid · 2 years ago
For the commenters here: do we have something like VimR [1] for OSes other than the Mac that provides a file explorer sidebar with smaller font size (probably sans)?

[1]: https://github.com/qvacua/vimr

ajitid commented on In loving memory of square checkbox   tonsky.me/blog/checkbox/... · Posted by u/kg
ncruces · 2 years ago
The toggle is supposed to convey immediateness, like a light switch turning on bluetooth is immediate.

A checkbox is like filling a form, it requires submission for the action to take place.

ajitid · 2 years ago
This assumption breaks if you use macOS. Windows uses (or used to use) Apply button in its settings. Macintosh OSes were reactive from the start. Which means that checkboxes have immediate-ness on Macs.
ajitid commented on Fly through your shell history   github.com/cantino/mcfly... · Posted by u/lovestaco
lxe · 2 years ago
I've been using fzf ctrl+r for a while now, but i'll give ethis a try. Also didn't realize homebrew for linux exists!
ajitid · 2 years ago
As a non-Mac user I really want to know why one would prefer Homebrew on Linux.

My assumption is OS package manager would always have more packages compared to Homebrew, and I don't know if Homebrew on Linux even supports GUI packages or not.

ajitid commented on Telltail: Universal Clipboard for Text   github.com/ajitid/telltai... · Posted by u/ajitid
ajitid · 3 years ago
Seems like I cannot delete this non-"Show HN" post.

Here's the updated submission: https://news.ycombinator.com/item?id=35373349

ajitid commented on Making Python faster with Rust   ohadravid.github.io/posts... · Posted by u/teddykoker
alex_sf · 3 years ago
Python is a rough language to be productive in. It's a great scratchpad, but dynamic typing, exceptions/poor error handling, and a horrifying deployment and dependency system make me reach for something like Go in any case where I need something to be even vaguely reliable.

The more ML I do, the more disappointed I get.

ajitid · 3 years ago
Ever tried gluing Go with either Python or JavaScript? I'm interested in learning what libraries are there to glue them and how complicated and slow they could be.
ajitid commented on Telltail: Universal Clipboard for Text   github.com/ajitid/telltai... · Posted by u/ajitid
ajitid · 3 years ago
Hi folks!

Telltail [1] lets you copy text from one device onto another. If you've used or ever known about Apple's Universal Clipboard, it is quite like that. It uses Tailscale [2] to achieve this.

I must tell you that setting it up requires you to have some familiarity with the terminal (which already comes installed on your computer).

I've written a blog post about it which you can find here [3]. The instructions to install it are here [4].

It is a personal project of mine and is not affiliated to or promoted by any org.

[1]: https://github.com/ajitid/telltail-center

[2]: https://tailscale.com

[3]: https://hemarkable.com/prose/telltail

[4]: https://guide-on.gitbook.io/telltail

u/ajitid

KarmaCake day28July 13, 2017View Original