HN user

FraaJad

3,097 karma
Posts51
Comments515
View on HN
daniel.do 2y ago

It's the future – you can stop using JPEGs

FraaJad
54pts59
news.ycombinator.com 3y ago

Ask HN: Tech career advice for unsexy but decently paying jobs($100k, US remote)

FraaJad
55pts43
pandoc.org 3y ago

Pandoc 3.0

FraaJad
3pts1
www.youtube.com 7y ago

The Road to Zig 1.0 [video]

FraaJad
44pts5
vagabond.github.io 11y ago

A year with Go

FraaJad
237pts222
chromaticleaves.com 12y ago

Compile Time TDD Coverage with Idris

FraaJad
8pts0
sportsillustrated.cnn.com 13y ago

The story behind football's innovative yellow first down line

FraaJad
4pts0
blog.mongodb.org 13y ago

April fools prank by MongoDB developers: Create short field names

FraaJad
7pts4
www.businessworld.in 14y ago

Amazon To Kickoff India Operations as Junglee.com

FraaJad
1pts0
unify.github.com 14y ago

Unify - Native-like applications for smartphones, tablets and desktops

FraaJad
2pts0
news.qooxdoo.org 14y ago

Javascript UI framework Qooxdoo 1.6 released with new features

FraaJad
3pts0
news.ycombinator.com 14y ago

Ask HN: Best MS CompSci thesis work you have seen

FraaJad
1pts3
www.w3.org 14y ago

Tim Berners-Lee on "Steve Jobs and the actually usable computer"

FraaJad
10pts1
symmetricds.codehaus.org 15y ago

SymmetricDS - async, bidirectional data sync for RDBMS

FraaJad
2pts0
moonstalk.org 15y ago

Moonstack -- real-easy, high-performance Lua web framework

FraaJad
2pts0
learnpythonthehardway.org 15y ago

Advice From An Old Programmer

FraaJad
649pts220
arstechnica.com 15y ago

Google faces $50 million lawsuit over Android location tracking

FraaJad
1pts0
linuxappliancedesign.com 15y ago

RTA: DB-like API for Daemons

FraaJad
1pts0
www.kdnuggets.com 15y ago

Elastic-R: Collaborative Environment for Data Analysis in the Cloud

FraaJad
2pts0
www.roughlydrafted.com 15y ago

The Curious World of Android Enthusiasts

FraaJad
2pts0
wiki.tcl.tk 15y ago

Antirez from pre-redis days

FraaJad
5pts0
blog.forwardbias.in 15y ago

Business as usual (on Qt)

FraaJad
5pts0
www.medianama.com 15y ago

PayPal Restricts Payments To India, Bars Purchases; Why They’re Right

FraaJad
2pts0
cleveralgorithms.com 15y ago

Clever Algorithms -- 45 algorithms from the the field of AI (free book)

FraaJad
4pts0
www.roadsend.com 15y ago

Roadsend is an implementation of PHP that produces native binaries.

FraaJad
1pts0
gigaom.com 15y ago

Apple’s iOS Maintains Enterprise Edge Over Android

FraaJad
2pts0
www.luafaq.org 15y ago

Lua Unofficial Frequently Asked Questions (FAQ)

FraaJad
9pts0
www.caswenson.com 15y ago

Bypassing the Python GIL with ctypes

FraaJad
7pts1
pypi.python.org 15y ago

Lupa integrates the LuaJIT2 runtime into CPython

FraaJad
7pts2
docs.pylonshq.com 15y ago

Defending Pyramid’s Design — The Pyramid Web Application Development Framework

FraaJad
2pts0

A spokesperson for NSF says the rationale for abolishing the divisions and removing their leaders is “to reduce the number of SES [senior executive service] positions in the agency and create new non-executive positions to better align with the needs of the agency.”

Reducing bureaucracy is not the same as cutting science funding.

If you like higher level languages like C#, you are not going to like Zig, except the surface similarity in syntax.

not liking syntax is not enough reason not to use a language. It takes a few days to get over the unfamiliarity in syntax. concepts are much harder to learn.

Driving with D 5 years ago

I am curious to see where Java are C# are making progress towards optional GC.

This specific article talks about using No GC aka "betterC".

D has GC by default; the use of GC is convenient and mainstream as most popular languages show - Java/C#/Python etc. What D gives is the unique ability to do No GC programming for the cases where GC is not desirable. Very few languages offer this capability.

Zig is interesting in this arena, but it approaches the problem from the other angle. It is manual memory management by default, but you can explicitly choose which memory management technique you want to use - at compile time.

eh.. I had a 2016 mazda that I replaced with a 2015 lexus. The mazda's rotary knob based interface is soo much better than the the "mouse" based lexus one.

My mazda had the touchscreen, but I hardly ever used it.

Racket 7.3 7 years ago

but do all applications need multi-core threading? Languages like Python get around this using multiprocess module, which is not the same as "multi-core" threading, but it is probably good enough for a majority of applications.

REPL based development, Interactive development are also features. Multi-core isn't probably the top most thing on everybody's list of things.

I agree. I was in a dollar general recently in a different city (just killing time) and i think they are actually more appealing to shop than a walmart. (I shop in neither usually).

DG gives an impression of small, local run (which I know they are not) shop with pretty decent service, and walmart doesn't feel like that.

The website has been refreshed. The feature highlights section on the front page gives many examples of the features with code samples.

Even as someone who follows zig closely (from a distance), I was glad to read that front page again to day to refresh my memory about:

* Cross-compiling is a first-class use case

* Zig Build system

Also, IMO Zig has some of the most exciting WASM related stuff going on in my limited experience as an outsider (to WASM). Following Zig's development of WASM capabilities has taught me more things with less confusion.