frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rigol Digital Oscilloscope MHO98

https://rigolshop.eu/mho98.html
1•walterbell•6m ago•0 comments

Show HN: AI that builds travel itineraries from booking confirmations

https://www.mtrip.com/
1•mtrip-guide•7m ago•0 comments

Portfolio Size Affects Early-Stage Venture Returns

https://www.angellist.com/blog/how-portfolio-size-affects-early-stage-venture-returns
1•simonebrunozzi•7m ago•0 comments

3D print Death Run 3D

https://slopeonline.online/death-run-3d
1•davidcolston•8m ago•0 comments

The Marketplace for Vaccine Medical Exemptions

https://undark.org/2025/10/31/frontline-vaccine-exemptions/
2•EA-3167•10m ago•0 comments

1K Users – Let Community Vote on Next App

3•NAKSTStudio•11m ago•0 comments

French lawmakers vote against wealth tax on super-rich

https://www.lemonde.fr/en/france/article/2025/10/31/french-lawmakers-vote-against-wealth-tax-on-s...
1•geox•11m ago•0 comments

Judge orders administration to distribute SNAP contingency money amid shutdown

https://abcnews.go.com/US/judge-rules-trumps-attempt-suspend-snap-funding-unlawful/story?id=12706...
2•jrflowers•13m ago•0 comments

Bluesky reaches 40M users milestone

https://bsky.app/profile/bsky.app/post/3m4j4iy4oek2d
2•vital•13m ago•1 comments

Making Every 5x5 Nonogram: Part 1

https://www.patreon.com/posts/making-every-5x5-142537007
2•okayestjoel•16m ago•1 comments

Show HN: RepoPulse – AI-powered GitHub analytics dashboard

https://repopulse.live
1•sdfswerew•17m ago•0 comments

I made a WeTransfer clone with Darth Vader vibes

https://DropVader.com
2•hitsnoozer•18m ago•0 comments

A Survey of Internet Censorship and Its Measurement

https://www.sciencedirect.com/science/article/pii/S0167404825004213
1•8organicbits•30m ago•0 comments

The sustainable, repairable Fairphone 6 is now available in the US for $899

https://www.androidcentral.com/phones/the-sustainable-repairable-fairphone-6-is-now-available-in-...
4•raybb•30m ago•0 comments

HN: AI File Sorter auto-organizes files using local AI (Windows, macOS binaries)

https://github.com/hyperfield/ai-file-sorter
1•hyperfield•32m ago•1 comments

Scheme Name: Calculator

https://www.iana.org/assignments/uri-schemes/prov/calculator
1•antiloper•33m ago•0 comments

Systems Don't Exist but Definitions Do

https://tangrammer.codeberg.page/on-the-clojure-move/output/posts/systems-dont-exist-but-definiti...
1•tangrammer•34m ago•1 comments

Linux – Sizecoding

http://www.sizecoding.org/wiki/Linux
2•thomasjb•42m ago•0 comments

Show HN: Artle - a daily art guessing game

https://artle.eu
1•steinvakt2•42m ago•0 comments

What's New in Shortcuts for the Apple OS 26 Releases

https://support.apple.com/en-us/125148
1•Bogdanp•43m ago•0 comments

Platform to Show Proof of Work

https://prooforg.com/
1•gabe_yc•43m ago•1 comments

CRISPR anti-tag-mediated room-temperature RNA detection using CRISPR/Cas13a

https://www.nature.com/articles/s41467-025-64205-4
2•PaulHoule•43m ago•0 comments

Somatic hypermutation articles from across Nature Portfolio

https://www.nature.com/subjects/somatic-hypermutation
1•measurablefunc•44m ago•0 comments

Show HN: I built a self-hosted error tracker in Rails

https://telebugs.com
1•kyrylo•45m ago•0 comments

European Land Use Visualization

https://koenvangilst.nl/lab/european-land-use
2•speckx•46m ago•0 comments

Government Urges Total Ban of Our Most Popular Wi-Fi Router

https://www.cnet.com/tech/services-and-software/us-government-urges-total-ban-of-our-most-popular...
7•galaxyLogic•46m ago•0 comments

Waymo acknowledges its vehicle hit a San Francisco corner store cat

https://www.sfgate.com/local/article/waymo-acknowledges-vehicle-sf-shop-cat-21131405.php
10•bryan0•49m ago•3 comments

Mathesar 0.7.0 released with CSV imports, file uploads and PostgreSQL 18 support

https://docs.mathesar.org/0.7.0/releases/0.7.0/
2•klaussilveira•54m ago•0 comments

Agents Rule of Two: A Practical Approach to AI Agent Security

https://ai.meta.com/blog/practical-ai-agent-security/?_fb_noscript=1
1•mickayz•57m ago•0 comments

Latter-day Saints are having fewer children. Church officials are taking note

https://text.npr.org/nx-s1-5535654
5•kianN•58m ago•10 comments
Open in hackernews

Rotating Workforce Scheduling in MiniZinc

https://zayenz.se/blog/post/rotating-workforce-scheduling/
48•mzl•7h ago

Comments

clickety_clack•6h ago
I know a couple of people who work these kinds of shifts, and a major headache is trading shifts so that people can attend life events. If you could program that into this you could have a pretty interesting product.
qsort•5h ago
Younger me would jump on that problem. The issue, of course, is that by the time you're making allowances for life events, trading favors, etc. the problem isn't technical anymore.
mzl•4h ago
That is more the area of workforce management systems, and they are really big business.

I’ve previously tried starting a scheduling company, and even when one has a product that in testing shows that it would save the potential customers lots of money, it is really hard to gain traction.

whatever1•3h ago
Scheduling optimization is everywhere. From project management and shift scheduling to even NFL game programming.

There are a ton of players in the market that they cater to specific use case.

The issue is that there are always domain-specific nuances that a generic solver does not capture. Someone needs to encode them.

darksaints•3h ago
I absolutely love minizinc and constraint programming in general, but I have to say that the whole concept of a specialized language for constraint programming really breaks down once you get past the toy problem stage. For example, there isn't really IO...the closest you can get is a specialized file format to input data into your model, and printing output to stderr. If you want specialized constraints, you're gonna need to implement them yourself at the language level. There aren't really libraries. It's really fun to play with, but not for serious problems that would underpin a production system.

Although it sometimes feels like it was created by an unholy union of mathematicians and 1990's C++ dweebs that never learned a new thing since Y2K, I'd really recommend Google's or-tools for something similar that requires a better solver and a language with actual capabilities outside of solving toy problems.

And although it's not a traditional constraint solver, I would also recommend Timefold. It's incredibly good for the types of problems that have elements of linear programming, quadratic programming, constraint programming, but also with odd domains that are hard to express as models using typical constraint programming idioms. I actually have had a bunch of incredibly valuable wins with this (and its predecessor Optiplanner)...for example, I've used it to optimize operations planning with $10+B budgets that could save 10+% over previous methodologies. And I've used it to dynamically reoptimized auction bidding strategies for FCC spectrum auctions, which saved us from overbidding on hot bid licenses by adjusting our bidding targets for subsequent rounds to capture better value for our auction money compared to what we could get in the secondary market.

mzl•1h ago
My process is generally that I want to prototype the model in MiniZinc and use that to run benchmarks. If the problem to solve is large or batch-oriented, I might also use MiniZinc in production (probably via the python wrapper for the toolchain).

If on the other hand the problem is smaller, is more meant as an interactive system, or there is a need for deep integration, then I would re-implement the model in the API for a solver, or I might even write a dedicated solver. As a Gecode developer, I naturally think that Gecode is very useful for the cases where the problem is not a traditional model / instance / solve / done process, but I've used many other solvers as well depending on circumstances and need.

I've never really felt that Optaplanner / Timefold has been that useful of effective. In the cases I might have used it, I've instead written a custom local search system or constraint programming like system, and I think that has been a more effective approach. Do you have an example of what kind of problem you used it for?

irq-1•13m ago
> For example, there isn't really IO...

Check out Picat. It has IO and you can use it for scripting.

https://picat-lang.org/