frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

KE:SAI Open Science Autonomy Lab

https://kesai.eu/
1•marvinborner•52s ago•0 comments

Google published exploit code for an unfixed Chromium bug

https://arstechnica.com/security/2026/05/google-publishes-exploit-code-threatening-millions-of-ch...
1•logickkk1•1m ago•0 comments

Revised^7 Report on Scheme, Large: Procedural Fascicle Draft is now public

https://r7rs.org/large/fascicles/proc/
1•pmcgoron•2m ago•1 comments

SpaceX punts Starship launch as investigation opens into Starbase worker's death

https://www.scientificamerican.com/article/spacex-punts-starship-v3-launch-to-may-21-as-investiga...
2•mywacaday•2m ago•0 comments

Software engineer driven to insanity from 2026 job market [video]

https://www.youtube.com/watch?v=TYuSEeuUhPo
1•mgl•3m ago•0 comments

Yap to Bop: Turn your DMs into hit songs

https://yaptobop.com/
1•ajiang•3m ago•0 comments

A Wayland Compositor in Minecraft

https://modrinth.com/mod/waylandcraft
1•Jotalea•4m ago•0 comments

2019 Revision of the SI units

https://en.wikipedia.org/wiki/2019_revision_of_the_SI
1•AkshayGenius•10m ago•1 comments

India scorched by heat wave, power demand driven to new record

https://www.accuweather.com/en/weather-news/india-scorched-by-heat-wave-power-demand-driven-to-ne...
1•saikatsg•11m ago•0 comments

Dear Claude: Please don't use regex to parse code

https://mbmccoy.dev/posts/no-regex-claude/
1•_alternator_•11m ago•0 comments

ARM SVE2

https://developer.arm.com/documentation/102340/0100/SVE2-architecture-fundamentals
1•tosh•13m ago•0 comments

The Morale of Tech Workers Is Plunging as Layoffs Mount

https://www.nytimes.com/2026/05/19/business/tech-layoffs-blind.html
3•saikatsg•14m ago•0 comments

Show HN: Hiding a secret message in plain sight with Steganography

https://postimg.cc/7Gp8YVhT
1•smalltorch•14m ago•0 comments

Firejail

https://github.com/netblue30/firejail
1•janalsncm•14m ago•1 comments

Show HN: Chess Puzzles, but for Developers

https://codequizz.com
1•arstep•17m ago•1 comments

Agent Readiness Scanner – Check if a repo is ready for coding agents

https://github.com/chevy155/agent-readiness
2•chevy155•21m ago•0 comments

MCP-safeguard: open-source security scanner for MCP servers

https://github.com/SyedAnas01/mcp-safeguard
2•Anas1371•25m ago•0 comments

Slow Surveys Are Dead: Terapage CEO on Why Experts Are Moving to Synthetic Data

https://zenodo.org/records/20315637
1•anasteciadunu•26m ago•0 comments

Ask HN: What would you expect from an app launcher as a developer?

1•icauroboros•27m ago•2 comments

Django 6.1 alpha 1 released

https://www.djangoproject.com/weblog/2026/may/20/django-61-alpha-1-released/
1•collinmanderson•28m ago•1 comments

Introducing RoughDraft – Easier collaboration with your agent

https://www.roughdraft.md/
2•rmason•29m ago•0 comments

Waw an Namus: Libya's Black Oasis [video]

https://www.youtube.com/watch?v=2iH5J2jz-ZY
1•vinnyglennon•29m ago•0 comments

TargetBridge: Use an iMac as Display for a Modern Mac

https://github.com/swellweb/targetBridge
2•ThomasWaldmann•34m ago•2 comments

16 days, 4 channels, no AWS Bedrock quota fix

https://ziva.sh/blogs/no-aws-bedrock-quota-fix
2•OsrsNeedsf2P•35m ago•1 comments

Dear Google Cloud: Your Deprecation Policy Is Killing You (2020)

https://steve-yegge.medium.com/dear-google-cloud-your-deprecation-policy-is-killing-you-ee7525dc05dc
4•gwerbret•37m ago•1 comments

UK radio station apologises for accidentally announcing king's death

https://www.theguardian.com/tv-and-radio/2026/may/20/uk-radio-station-apologises-for-accidentally...
3•vinni2•38m ago•1 comments

OpenAI co-founder Andrej Karpathy joins Anthropic

https://techcrunch.com/2026/05/19/openai-co-founder-andrej-karpathy-joins-anthropics-pre-training...
4•nelsonmarcos•41m ago•0 comments

RegCalc – browser calculator for MCU register math (UART, PLL, timers)

https://regcalc.vercel.app/
1•jedinaj•41m ago•0 comments

AI should feel like a keyboard shortcut, not a website

https://wheelly.ai/
1•vasekj•45m ago•0 comments

Not alive, but not dead: disembodied human brains used for drug testing

https://www.science.org/content/article/not-alive-not-dead-disembodied-human-brains-used-drug-tes...
3•Timofeibu•45m ago•1 comments
Open in hackernews

Ask HN: How is Julia for data analysis coming along?

1•juujian•1y ago
For a hot minute, Julia revived a lot of attention. Haven't heard anything in a while. I have my computing needs covered by R and Julia, and last time I tried Julia (two years ago? Three?) it didn't take me long to find something that would be non-trivial to do/wasn't implemented. Now I'm having some need for faster for larger datasets, and I like the idea of a typed language. What's the status?

Comments

poobear22•1y ago
I had about 14 yrs of R exposure and really liked it, but it was time to try something new. I cut over to Julia with my "retirement" and I've had no issues at all with it. With LLMs, it is different, as I needed to learn R from the ground up, "the hard way" and with LLMs, I find myself working at a more elevated level, knowing Julia less than I know R, but getting things accomplished in a quicker manner. It does seem the ecosystem of libraries is a more limited, but from my experience, its just been a little more work on my part and I have resolved what I needed to. When I look at my finished code, I fine it more readable and supportable than my historical R code. Again, my experiences are different with the LLM support offered today. A side note: I really wanted to avoid Python, it just never resonated with me. But, when I compare my Julia code with what I'd have in Python, Julia wins for me hands down. So, for me, over all, I have no complaints and have no reason not to be with this language for a long time.
MScholar•1y ago
I have been loving using Julia for data munging and Exploratory Data Analysis. It's performant and fun to use. Here are my observations:

Some parts of the JuliaData ecosystem are uber cool, like DataFrames, TidierData, DuckDB, etc. However, they lack robust support for parquet, iceberg, accessing data in ADLS, etc. There are workarounds like using DuckDB for accessing parquet files, but that's not always ideal.

For visualization, there are tons of great libraries like Makie (complex and powerful), VegaLite (very easy to use), and PlotlyLight.

One aspect which is seriously lacking is the ability to create nice web applications. There is GenieFramework (somehow I have always encountered issues with it), then there is Pluto (also a great idea but not a great experience). For static reports, QuartoNotebooks are awesome.

Once you start going deeper into statistical analysis, my experience is hit-or-miss depending upon what I am trying to do. The TimeSeries analysis ecosystem, for example, is fragmented and not as mature.

But with the advent of LLMs, I can easily and quickly write code and create custom functions for just the task I am working on, which I believe would be great for Julia. You can quickly create a custom, performant, pure Julia implementation for the task at hand.

For interacting with LLMs, PromptingTools.jl is awesome.

TheWiggles•1y ago
If you need a web application you could also use Oxygen.jl.
MScholar•1y ago
Oxygen.jl is nice. But what I really need for simple analysis is something like Gradio or Streamlit. Or even something like IPyWidgets for Jupyter would be good.