Viewing profile — asdf1234
asdf1234
HN member- Joined
- Sun, Feb 10, 2008, 6:08 PM UTC
- HN karma
- 112
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About asdf1234
No profile information was provided.
Recent public activity
-
comment
Comment #16409051
That "saying" was never good. It's just an extremely simplistic way for right wingers to pat themselves on the back.
-
comment
Comment #16408644
> It mostly all seem to be an attempt to blame Russia for internal problems. Agreed. The vast majority of the time I see Russia brought up it's being used by mainstream Democrats t…
-
comment
Comment #14877672
Phoenix is much more straightforward and explicit but macros are used a lot in both Phoenix and the Elixir standard library. I think most of the macros are fine but opinions vary w…
-
comment
Comment #14877588
I've used both and honestly it probably wouldn't change much. Unless you're building an application that deals with tons of persistent connections and websockets there aren't reall…
-
comment
Comment #14868696
I'd normally also have to select packages for sending emails, running background jobs, internationalization, templates, validation, file uploads and caching at a bare minimum. Then…
-
comment
Comment #14404370
> I've literally NEVER seen actual ML work done in either language at either of the 2 companies (both big 4) I work at one of the big 4 right now and almost all the serious ML is d…
-
comment
Comment #14403059
> because the tools it uses are, objectively, better. Bullshit. Python is often used for early exploration but the people doing serious work in ML almost always end up using C++, J…
-
comment
Comment #14402184
> There are plenty of languages that do something better than Java I agree and I never said otherwise. I specifically addressed three of the languages you named (Python, Go and C#)…
-
comment
Comment #14402091
> How many XML files have to be configured for this "easy to setup" backend? None.
-
comment
Comment #14401979
I don't use Java much but out of the languages you named none of them are better at much and with the exception of C# all of them have far, far worse tooling. Go is hardly a "moder…
- comment
-
comment
Comment #12399670
I dropped Spotify completely because of the ridiculous energy use.
-
comment
Comment #12275297
> The set of 10 to 15 requirements every project has is basically there. Even a lot of the really basic stuff like file uploading and image handling libraries aren't in a good stat…
-
comment
Comment #12275059
That doesn't mean much considering you don't know what the application needs to do on each request.
-
comment
Comment #12274979
> That hasn't been true for a while For building a traditional monolithic website with server side rendering Rails and Django are far faster to develop in than anything in Go, Java…
-
comment
Comment #12224568
Erlang/Elixir is much, much faster than either Python or Ruby especially when it comes to workloads like your typical web app. In the Techempower benchmarks the Phoenix tests had a…
-
comment
Comment #12195764
Most of those are optional libraries and rails does a hell of a lot more than a base install of PHP. PHP is also only "simple" if you ignore the god awful language semantics and in…
-
comment
Comment #12169809
Yes you have. Jersey, Jackson and almost every Java database abstraction that's higher than JDBC uses one if not both. Dropwizard is one of the better Java libraries in this regard…
-
comment
Comment #12169226
Yes. Most of the unnecessary complexity has just been moved from bad APIs with XML configuration to bad APIs with runtime scoped annotations, code generation and byte code manipula…
-
comment
Comment #12102762
> negligible performance difference Using Atom or VS Code instead of Emacs cuts my battery life by a few hours. The Spotify desktop app that uses a ton of JavaScript is also horrib…
-
comment
Comment #12042913
The video service almost always works. The website has issues pretty regularly.
-
comment
Comment #12013445
The Phoenix tests had a ton of errors and there was no preview run so whoever submitted them wasn't able to fix them. This has happened with a bunch of different languages/framewor…
-
comment
Comment #11773376
> Erlang's CPU performance is not bad IME Erlang is very slow when it comes to CPU bound tasks. It's nowhere near Java for tasks like this.
-
comment
Comment #11617123
There were problems with the benchmarks and nobody had time to fix them. This is usually the case when the benchmarks have high error rates and this has also happened in the past w…
-
comment
Comment #10382013
> .NET development no longer tied to Windows, dev with a Mac or Linux using .NET core .NET core hasn't seen an official release and there's still quite a bit of work to be done. Ev…