frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Dreamer: Make any coding agent self-evolving, across the whole team

https://github.com/luml-ai/dreamer
1•iryna_kondr•1m ago•1 comments

The Other Twin Towers in the Spider-Man Trailer

https://ironicsans.ghost.io/the-other-twin-towers-in-the-spider-man-trailer/
1•caminanteblanco•1m ago•0 comments

CBOMkit: Explore the Use of Cryptography in Software

https://www.zurich.ibm.com/cbom/
1•mooreds•2m ago•0 comments

Tokens and Dreams

https://charlesleifer.com/blog/tokens-and-dreams/
1•cleifer•2m ago•0 comments

I Asked ChatGPT to Manage a Stock Portfolio. Here’s How It Did.

https://www.wsj.com/finance/investing/i-asked-chatgpt-to-manage-a-stock-portfolio-heres-how-it-di...
1•thm•2m ago•0 comments

Curious cases of financial engineering in biotech

https://www.owlposting.com/p/curious-cases-of-financial-engineering
1•abhishaike•2m ago•0 comments

Cross-target schema drift in Cal.com: 1 finding in 1096 fields

https://github.com/wiaahmarketplace/typerion-oss/tree/main/examples/case-studies/calcom
1•Techman92•4m ago•0 comments

Congress Is Doing Little to Prepare for Potential A.I. Job Losses

https://www.nytimes.com/2026/05/05/business/artificial-intelligence-safety-net.html
2•cdrnsf•5m ago•0 comments

Eight vaccines linked to a lower risk of dementia

https://www.gavi.org/vaccineswork/eight-vaccines-linked-lower-risk-dementia
1•ivankra•5m ago•0 comments

IBM didn't want Microsoft to use the Tab key to move between dialog fields

https://devblogs.microsoft.com/oldnewthing/20260505-00/?p=112298
2•SeenNotHeard•6m ago•0 comments

Wearables Are Going Off the Rails

https://gizmodo.com/wearables-are-going-fully-off-the-rails-2000754560
2•ulrischa•7m ago•0 comments

Humane AI Pin hacks turns the gadget into a standalone Android-powered gadget

https://liliputing.com/humane-ai-pin-hacks-turn-the-discontinued-gadget-into-a-standalone-android...
1•speckx•7m ago•0 comments

Flattery jailbreaks Claude into giving bomb-making instructions

https://www.theverge.com/ai-artificial-intelligence/923961/security-researchers-mindgard-gaslit-c...
1•AgentNews•8m ago•0 comments

List of Largest Cities

https://en.wikipedia.org/wiki/List_of_largest_cities
1•surprisetalk•9m ago•0 comments

Your .env files are under attack

https://netflux.io/posts/your-env-files-are-under-attack/
1•transmit101•9m ago•0 comments

RootAsRole – A better alternative to sudo(-rs)/su

https://github.com/LeChatP/RootAsRole
1•p4bl0•10m ago•0 comments

Why coding agents need a merge queue

https://ctx.rs/blog/merge-queue-for-agents/
2•luca-ctx•12m ago•0 comments

Every statin ranked by effect size

https://www.empirical.health/blog/statins-compared/
1•brandonb•13m ago•0 comments

Why Nobody Is Hiring Junior Devs (and How to Get Hired Anyway)

https://loforeal.substack.com/p/why-nobody-is-hiring-junior-devs
1•kurinikku•14m ago•0 comments

Trump's AI Oversight Plan Is Everything VCs Claimed to Hate About Biden's Plan

https://www.techdirt.com/2026/05/05/trumps-ai-oversight-plan-is-everything-vcs-claimed-to-hate-ab...
2•speckx•14m ago•0 comments

WPF Gallery – explore modern-looking (2026) WPF controls (Windows Store)

https://apps.microsoft.com/detail/9phnd2w8wgg7?hl=en-US&gl=US
1•AtomicApps•15m ago•0 comments

Coinbase Cuts 14% of Global Workforce–Citing AI and 'Down Market

https://www.forbes.com/sites/tylerroush/2026/05/05/coinbase-cuts-14-of-global-workforce-citing-ai...
1•mgh2•15m ago•0 comments

GitHub Is Down

https://www.githubstatus.com/?fetch=now
3•weli•16m ago•0 comments

Building my own Vi text editor in BASIC

https://leetusman.com/nosebook/yvi
1•zeech•16m ago•0 comments

Queer Technologies

https://zachblas.info/works/queer-technologies/
2•bananaflag•17m ago•0 comments

People upload sensitive documents to random AI tools – is this safe?

https://www.understanddocs.com/
2•Nencheff•18m ago•0 comments

European Grand Challenge in AI and Security

https://docs.google.com/document/d/1t5dXnBNIyQbdpGa9EHOKDFEQs-5Pt-FHNKFw1UGmXLI/edit?tab=t.0
1•kiki_milotic•19m ago•0 comments

Toolkit for building declarative K8s operators

https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern
2•ankitg12•21m ago•0 comments

Fedora Sealed Bootable Container Images

https://www.privacyguides.org/news/2026/05/04/fedora-sealed-bootable-container-images-possibly-op...
2•Gedxx•22m ago•0 comments

Trump SEC lets Musk settle $150M Twitter lawsuit for $1.5M

https://arstechnica.com/tech-policy/2026/05/trump-sec-lets-musk-settle-150-million-twitter-lawsui...
5•AdmiralAsshat•23m ago•0 comments
Open in hackernews

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

1•juujian•12mo 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•12mo 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•12mo 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•12mo ago
If you need a web application you could also use Oxygen.jl.
MScholar•12mo 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.