Viewing profile — 4thaccount
4thaccount
HN member- Joined
- Sat, Dec 08, 2018, 1:58 PM UTC
- HN karma
- 510
- Public activity
- 305 items
- HN profile
- View on Hacker News ↗
About 4thaccount
No profile information was provided.
Recent public activity
-
comment
Comment #19802214
It looks like y'all are mostly a Python shop?
-
comment
Comment #19802045
Also it has a bunch of common desktop shortcuts installed and canonical metrics all disabled...and disk encryption.
-
comment
Comment #19802027
Yes. System76 is definitely expensive, but their customer service is the best I've seen for any product period. They have a super snappy site with real people you can talk to in De…
-
comment
Comment #19774589
Does anyone know Alan well enough to answer the question "will he ever publish a magnum opus designed to explain the distillent of what he's learned"? That might be worth reading i…
-
comment
Comment #19774191
Interesting article on doing more manufacturing in America. The problem is that this is an extremely expensive and niche product. I want slightly more expensive products made in th…
-
comment
Comment #19768455
Anyone experienced with ImGUI ever use Rebol and Red's DRAW DSL? I believe Rebol's GUI support is even easier to use than ImGUI, but of course it can't be embedded and used in the …
- story
-
comment
Comment #19759535
There is a large interview with Chuck Moore of Forth fame on O'Reilly Safari Online. Much of the interview focuses on things like how an OS is uneccesarry and shouldn't exist. Gran…
-
comment
Comment #19725394
"Rust is the new APL,like I said" I know you're trying to compare it to APL as that language mostly died off and is thus obscure, but I think the analogy is a little off. While APL…
-
comment
Comment #19708490
This. They still make content, but I believe it's all digital. I don't think they create paper books anymore. Is that incorrect?
-
comment
Comment #19707941
I have lots of programming books (30-40) from half a dozen publishers and Manning is one of my favorite along with NoStarch Press. O'Reilly is probably third, but they don't make b…
-
comment
Comment #19706713
I borrowed this from someone at work once. I never got a chance to write a Fortran app, but the book wasn't bad.
-
comment
Comment #19706697
It's very fast and there is a new Manning book about to come out on Modern Fortran that is all about parallel Fortran. In addition to being fast, I find it considerably easier to r…
-
comment
Comment #19692998
Thank you! I'll look.
-
comment
Comment #19690528
As someone without any knowledge of OSTree or Fedora Silverblue, can you go into more detail?
-
comment
Comment #19690519
I've used Xubuntu for years as a weekend OS for side projects. It seems to work well.
-
comment
Comment #19690514
Neat...I just wish there was an easy way to give the basemap library a 3-item tuple with (lat, lon, value) and have it automatically do a heat map and not just plot the points. Tha…
-
comment
Comment #19688058
As if the algorithms behind numerical methods weren't hard enough, now we have to add parallelism :)
-
comment
Comment #19684050
It wasn't too bad. If you look up the Mathematica GraphTheory primitives for building diagrams it is pretty simple. To give an example of a diagram showing love interests you creat…
-
comment
Comment #19678116
Thanks for the hard work in the Mathematica SQL area. I know y'all have lots and lots of database documentation, but I've had trouble commenting from Mathematica to Oracle via ODBC…
-
comment
Comment #19677926
Yes and No. If you ignore Python being a powerhouse in the scripting world and just focus on numerical stuff like matrix and symbolic math, both Python and Mathematica have that. S…
-
comment
Comment #19677879
Octave and Scilab are more Matlab like replacements as a user below commented. Sure both are for mathematical code, but Octave is more for numerical work and Mathematica for Symbol…
-
comment
Comment #19674405
This. If I want anything installed it requires survey from IT and Legal and can take months. If it is Java or C# and already in-use, it is pretty simple. If I wanted to install a G…
-
comment
Comment #19672412
My usual advice is to also check out Aaron Hsu's talks on YouTube and his posts on HN (user arcfide I think). Really eye opening and alien stuff. Dyalog also sells a standard keybo…
-
comment
Comment #19669646
Dyalog uses non ASCII symbols which are really cool to me and make the primitives very easy to learn. Check out tryapl.org to get a feel for it. You can also download a trial versi…