Hacker Newsnew | past | comments | ask | show | jobs | submit | more horsellama's commentslogin

you’d need a training set covering all the useful cases. Something that we don’t have even now for mainstream languages


A small (not tiny) apartment with a tiny (that yes) garden/outdoor space in Tokyo. Murakami describes something similar in “The Wind Up Bird Chronicle” [0]. I want a small kitchen corner and a spacious and luminous living room for reading and listening to music. As minimal as possible.

[0] https://www.goodreads.com/book/show/11275.The_Wind_Up_Bird_C...


the jobs requiring cuda experience are most of the times because torch is not good enough


In random order: fixing bugs that bother me; networking; learn


this.

Having JC focusing on, say, writing a performant OSS CUDA replacement could be bigger than any of the last 20 announcements from openai/goggle/deepmind/etc


just give a go at vibe coding a moderately complex system and you’ll realize that this is only hype, nothing concrete

it’s a shame that this “thing” has now monopolized tech discussions



fwiw, on mac/ios you can put your obsidian vault inside icloud directory and have a “free” cross-device sync feature.


Hell, you don't even need obsidian. Just create a bash function

    notes()
    {
    if [ ! -z "$1" ]; then
        mkdir -m 00750 -p /Users/User/iCloud/Documents/notes
        Now=$(date '+%B %d %Y %H:%M')
        echo -en "\n$Now\t$@\n" >> /Users/User/iCloud/Documents/notes/notes.txt
    else
        echo "${Now}"
        cat /Users/User/iCloud/Documents/notes/notes.txt 2>/dev/null
        fi
    }


While we're sharing simple note taking functions, here's mine that I used for a few years. :)

    function nod { mg +-1 "/home/user/notes/$(date "+%Y-%m-%d").txt"; }
* 'nod' stands for "notes of (the) day" and was quick to type.

* 'mg' is micro emacs, my first shell-based editor thanks to OpenBSD. The '+-1' syntax means "open at end of file" so I could easily append.


Works if you are in the Apple ecosystem entirely. I have read there are difficulties if you want to sync to a non Apple device under this approach


This is one of the reasons I use a git repo along with iCloud. Anyway, using iCloud across 4+ Apple devices has not been a problem in general.


Any notes on how you achieve this? I use a-shell on my iOS devices but it is... sometimes flaky


I had the bright idea of symlinking $HOME/.local to an iCloud directory once. About a week later it got completely deleted. No way to restore, or any indication of what happened. Luckily I had a backup with another provider, but I will never trust iCloud again for anything that’s not on the golden path (e.g. photos)


What blows my mind is Apple doesn’t include an editor for text files!


same

but clicking on the hamburger menu it shows a link to “Motions”, which seems to be the first level/demo of the game


Sorry, yeah I am adding more levels, and will fix that! Thanks for testing!



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: