HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ctur

no profile record

Submissions

US getting modern sunscreen formulations

theverge.com
3 points·by ctur·24 days ago·1 comments

[untitled]

1 points·by ctur·2 months ago·0 comments

Pxhist: Fast, local-first shell history search and sync for bash and zsh

github.com
1 points·by ctur·4 months ago·0 comments

comments

ctur
·2 years ago·discuss
Architecture matters because while deep learning can conceivably fit a curve with a single, huge layer (in theory... Universal approximation theorem), the amount of compute and data needed to get there is prohibitive. Having a good architecture means the theoretical possibility of deep learning finding the right N dimensional curve becomes a practical reality.

Another thing about the architecture is we inherently bias it with the way we structure the data. For instance, take a dataset of (car) traffic patterns. If you only track the date as a feature, you miss that some events follow not just the day-of-year pattern but also holiday patterns. You could learn this with deep learning with enough data, but if we bake it into the dataset, you can build a model on it _much_ simpler and faster.

So, architecture matters. Data/feature representation matters.
ctur
·2 years ago·discuss
But not all things you might do with a dotfile (or, more generally, per-user customization) are just replacing files. Things like cronjobs, brew installs, `defaults` in MacOS, etc. Viewing dotfile-based customization as strictly files to obliterate with pre-existing files is needlessly myopic.

For this broader problem, there are other more complete solutions that are more robust and flexible. Personally I like dotbot (https://github.com/anishathalye/dotbot) as a balance between power and simplicity, particularly when managing files across multiple OS homedirs (e.g. linux server, macos laptop).
ctur
·3 years ago·discuss
He was and worked on, among other things, Python while there. He's a trustworthy source.
ctur
·5 years ago·discuss
It's back as of approx 14:47 PST.
ctur
·5 years ago·discuss
It isn't just DNS. If you happen to have cached entries, the site is returning errors as well.