frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bank of Japan September rate hike locked in; SME bankruptcies hit 12-year high

https://www.msn.com/en-us/money/economy/bank-of-japan-september-rate-hike-locked-in-sme-bankruptc...
1•petethomas•58s ago•0 comments

DOJ finds three federal STEM education programs unconstitutional

https://fedscoop.com/doj-opinion-nsf-stem-dei-unconstitutional/
1•petethomas•4m ago•0 comments

Computer History

https://learn.chatgpt.com/docs/customization/computer-history
1•mfiguiere•4m ago•0 comments

LinkedIn Wants Users to Lean Less on AI. Maybe Less

https://www.wsj.com/cmo-today/linkedin-wants-users-to-lean-less-on-ai-maybe-a-lot-less-8e03b2aa
1•JumpCrisscross•4m ago•0 comments

Vibe coding local first personal apps in mid-2026

https://www.flourish.org/2026/08/personal-apps/
1•frabcus•5m ago•0 comments

Burrito – Cross-Platform Elixir Deployments

https://github.com/burrito-elixir/burrito
1•auraham•8m ago•0 comments

Let's get physical

https://newsletter.wirepine.com/cp/210683776
2•rbanffy•12m ago•0 comments

IOI 2026 Official Results

https://stats.ioinformatics.org/results/2026
1•pykello•13m ago•0 comments

White House Opens Path for Private Companies to Hack Cybercriminals

https://www.nytimes.com/live/2026/08/13/us/trump-news
1•mikhael•13m ago•0 comments

Fake Forbes websites and the PR agency offering guaranteed coverage – at a price

https://pressgazette.co.uk/news/fake-forbes-websites-and-the-pr-agency-offering-guaranteed-covera...
1•ilamont•14m ago•0 comments

Coding was never the hard part

https://ulveon.net/p/2026-08-13-coding-was-never-the-hard-part/
2•kevin061•16m ago•0 comments

Privacy Email with No Logs

https://polve.cc/
1•dzkuser•18m ago•1 comments

CodeJourney – Small utility to create evidences for technical due diligence

https://github.com/adaptive-scale/codejourney
1•debarshri•18m ago•0 comments

I built an MCP server so Claude can send my invoices

https://getholdings.com/mcp
2•sirjrg•19m ago•0 comments

Garry Tan says turning down early offer to join Palantir a $2-4B 'mistake'

https://www.businessinsider.com/garry-tan-turning-down-palantir-billion-mistake-2026-8
1•muzz•21m ago•1 comments

SF exempted 1900 parcels from a housing law. YIMBYs are suing city to reverse it

https://www.sfchronicle.com/sf/article/sf-housing-yimby-lawsuit-sb79-22385659.php
3•littlexsparkee•21m ago•0 comments

CalPrivacy 2nd Fine in As Many Days Against a data broker

https://captaincompliance.com/news/calprivacy-hits-second-data-broker-in-days-cybba-fined-52400-f...
1•richartruddie•22m ago•1 comments

One Hundred Reasons to Be a Scientist [pdf]

http://web.archive.org/web/20090115212435/http://users.ictp.it/~pub_off/books/100_reasons.pdf
1•joebig•25m ago•0 comments

Show HN: Hearth – a shared family workspace where an agent can build apps

1•jmtulloss•27m ago•0 comments

Classic: How hard can it be?

https://pastila.org/essays/classic-gradient-interpolation/
1•jjgreen•27m ago•0 comments

Mistral AI Strategy

https://venturebeat.com/infrastructure/mistral-ai-wants-to-build-1-gigawatt-of-european-compute-b...
1•PhilipVinc•28m ago•1 comments

Apache Fory JSON: Fast JSON Serialization for Java

https://fory.apache.org/blog/fory_json_fastest_java_json_framework/
1•mooreds•29m ago•0 comments

Claude First Customer Finder

https://github.com/leo-proger/claude-first-customer-finder-skill
1•leo_proger•29m ago•0 comments

Namecheap is down due to DC cooling failure

https://www.engadget.com/2236616/hosting-provider-namecheap-is-down-after-data-center-cooling-fai...
3•nvahalik•31m ago•0 comments

Reachpad now includes free Gemma 4 31B and Gemini 3.6 Flash

https://reachpad.dev/blog/free-models
1•sakuraiben•33m ago•0 comments

Signal and noise – Compact Disc microscopy

http://www.pmonta.com/compact-disc-microscopy.html
1•Eridanus2•33m ago•0 comments

In Nepal's 'Kidney Valley' poverty drives illegal market for human organs (2023)

https://www.pbs.org/newshour/world/in-nepals-kidney-valley-poverty-drives-an-illegal-market-for-h...
1•bookofjoe•34m ago•0 comments

Zapping Rocks Unlocks Stimulated Geologic Hydrogen

https://spectrum.ieee.org/stimulated-geologic-hydrogen
1•rbanffy•35m ago•0 comments

Trump Orders Navy to Restore [Steam Catapults] in Aircraft Carriers

https://www.wsj.com/us-news/trump-orders-navy-to-restore-old-technology-in-aircraft-carriers-cost...
5•dctoedt•36m ago•1 comments

Moderate wine drinkers had a 21% lower risk of cardiovascular death

https://www.sciencedaily.com/releases/2026/08/260808235008.htm
1•dreadsword•36m ago•2 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.