7,380 results for Time

news.ycombinator.com
Windmill.dev is not "fully open-sourced (AGPLv3)"https://news.ycombinator.com/item?id=49392365I think Windmill.dev (https://github.com/windmill-labs/windmill) is really cool, and fully support their desire to be paid for their work.However, their README says:> “Windmill is fully open-sourced (AGPLv3)…”But their LICENSE says:> ... The files under backend/ are AGPLv3 Licensed, except any snippets of code under the compile flag ‘enterprise’. Those snippets and files are under a proprietary and commercial license. Private and public forks MUST not include the proprietary/commercial code mentioned above.I dove deeper into the code, there are around 300 files in the codebase that contain references to enterprise or private features, so it's not a clearly separated directory that can just be removed.They have 1.1k forks of their repository that I can see on Github, and I doubt all of them took the time to strip the proprietary code to comply with the license.So at this point, it feels like a licensing trap for anyone that clicks the fork button on Github or is attracted by the AGPL li
Aug 21, 2026 6:50 PM
cbc.ca
Ariana Grande blasts Trump team — again — over music used for social posthttps://www.cbc.ca/news/entertainment/ariana-grande-trump-music-social-9.7315673?cmp=rssFor the second time this summer, Ariana Grande is blasting U.S. President Donald Trump's administration for using her music in a TikTok post, which featured her hit track We Can't Be Friends (Wait For Your Love) and even tagged the Grammy-winning performer.
Aug 21, 2026 6:03 PM
news.ycombinator.com
Ask HN: How to Relicense an Old Projecthttps://news.ycombinator.com/item?id=49391444I've heard from someone who wants to revive an old abandoned project of mine and asks that I change the license from GPLv3 to LGPL or MIT. I'm willing to do that but I took down the original repo from github a long time ago and there seems to be only a fork that still exists. What's the right way to make it publicly known that I'm changing the license?
Aug 21, 2026 5:38 PM
bing.com
Protesters 'shame' New Mexico public officials over data centerhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8914d844144761b0c2c899ad0d6686&url=https%3A%2F%2Fwww.santafenewmexican.com%2Fnews%2Flocal_news%2Fprotesters-shame-new-mexico-public-officials-over-data-center%2Farticle_2bc9d4d5-2665-42d4-86e9-74ed7aa352d4.html&c=10220527512477619531&mkt=en-usA lunchtime demonstration at the state Environment Department included skits and songs slamming officials over Project Jupiter.
Aug 21, 2026 5:23 PM
news.ycombinator.com
Ask HN: Should we stop "correcting" AI writing so it improves English for us?https://news.ycombinator.com/item?id=49391188For example, AI writing often puts an "or" at the list of items because that is more logical in some contexts.Changing it to "and" would make it sound more natural, but it would be less logical.Keeping it as "or" may make it standard usage over time, even when people are not using AI to write.What do you think? Should people stop "correcting" AI writing when it is actually more logical?
Aug 21, 2026 5:20 PM
github.com
Show HN: Caspian – Talk to Human Tool for AI Agentshttps://github.com/TryCaspian/caspian-sdkSup HN! Dipanshu and Rushant here from Caspian. One is a functional programmer and the other has been deploying AI employees. Together we realized how agents have communication bottleneck.Given the coming agentic economy, we had a thought experiment on what can be the key infrastructure for agents as they get better. Our inspiration for solving for communications infra came from our own time spent just setting up comms while we were deploying open claw for companies plus we noticed about 15%+ of issues in Openclaw and Hermes were that of comms.So we abstracted the headache of reliable communication web-hooks, handling of queues, provision and identity management behind an single SDK integration / tool call. Think of it like rather than rolling your own auth, you can use better auth sdk, same thesis here.Technically, we designed the SDK from the ground up as a DSL for communications (heavy inspiration from functional programming) and then add on our own run time environment which auto p
Aug 21, 2026 4:17 PM
apps.apple.com
Show HN: Gramola, a CoverFlow-style music dock for macOShttps://apps.apple.com/us/app/gramola-music-dock/id6801078031?mt=12I'm a 23yo solo dev from Spain with a passion for UI/UX and I built Gramola, a music dock for macOS that is there when you need it. No more opening a music app to change what you're listening to; just move your mouse to the edge of the screen, and all your music is there in a gorgeous CoverFlow style, or ready to be instantly searched.Fully usable with a mouse, but also fully usable with keyboard, accessibility built in, and both Spotify and Apple Music support as well as local tracks via the Music app.Free to try for 7 days! I would love to know what you think :)Please feel free to ask any questions, technical or not! I would love to explain.Demo videos and other images on the App Store page and my website (https://gramola.fulltimefeline.com)
Aug 21, 2026 3:52 PM
telexpage.com
Show HN: Telex Page – Turn secrets into AES 256 encrypted PDFs, locallyhttps://telexpage.com/Hey! Every time I had to send something confidential, like a password, secret, .env, etc, I ended up using some openssl enchantment. It worked, but it was annoying for the team and impossible for my family.PDF docs already support strong AES 256 encryption and open pretty much everywhere. The annoying part was creating a doc and then jumping into a cli just to encrypt it.So I made telexpage.com. It runs 100% local in your browser and makes creating an encrypted PDF from a message as simple as possible. It works offline too.It's been really useful for me, hopefully it's useful for you too.Remember to send the password trough a different channel!
Aug 21, 2026 3:42 PM
news.ycombinator.com
Authenticated Git-fetch-over-HTTPS against gitlab.com is failinghttps://news.ycombinator.com/item?id=49389577Official [0] status [1] hasn't been updated as I post this but Downdetector [2] confirms an issue is happening at the same time I was experiencing it.[0] https://status.gitlab.com/ [1] https://x.com/gitlabstatus [2] https://downdetector.com/status/gitlab/
Aug 21, 2026 3:26 PM
news.ycombinator.com
Coding Agents killed my identity. How do you feel?https://news.ycombinator.com/item?id=49389408I always was a nerdy, deeply technical programmer. Contributing-to-open-source-and-reading-papers-in-my-spare-time type of programmer.Programming is like a game of chess for me: winning (i.e. delivering a product) is important, but only if I played this game myself. I don't enjoy winning if my opponent disconnected. I don't enjoy beating people who don't know how to move pieces. I don't enjoy winning with an engine, and coding agents are basically "winning with a chess engine".I started to use AI for coding a long time ago, when copilot was first introduced. At first, I was happy: "wow, this can write boring boilerplate and unit tests". Time went by, agents got better, time spent writing code myself went down. Half a year ago I suddenly realized I hadn't written any code for over a month, and I am a full-time software dev without any managing work. Not only did I stop writing code, but agents also became pretty good at proposing plans and architectures, and I was mostly providing missi
Aug 21, 2026 3:15 PM
esa.int
Watch Sophie Adenot’s second spacewalk livehttps://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/Watch_Sophie_Adenot_s_second_spacewalk_liveAfter a successful EVA-97 on Tuesday 18 August, watch ESA astronaut Sophie Adenot venture into the vacuum of space for the second time on Tuesday 25 August, during EVA-98.
Aug 21, 2026 2:00 PM
theverge.com
Blue Eye Samurai’s second season will hit Netflix in Januaryhttps://www.theverge.com/streaming/983203/blue-eye-samurai-season-2-release-date-renewalGood news for Blue Eye Samurai fans: Netflix has shared the first trailer and release timeline for the second season of the animated series, and confirmed the series' return for a third and final season. The second season's new teaser ends with the announcement that it'll be available to stream on Netflix in January 2027, […]
Aug 21, 2026 1:20 PM
investment-bets.com
Show HN: Investment Bets – A performance tracker for market betshttps://investment-bets.comI've long been an index-investing type of person, but sometime last year I started making some side bets, especially in tech (some inspired by WSB). Since I was also sharing some of them with like-minded friends, I thought about simplifying this whole process.This is how Investment Bets came about: you pick a ticker, a direction and optionally a target date. From there, the site tracks your bet for as long as you keep it open (or until the target date), and you can always see the % gain/loss.The entry and exit prices are fetched automatically by the server at the respective times, so you can trust that a bet you see was legit and not just a self-report. The obvious downside is that you have to open/close them ASAP if you want to track your actual trades, but so far I haven't found that to be a problem.All the performance is tracked as percentages and all sizing is always equal, in order to focus on performance and make it easier to share without the sizing awkwardness. Friends (or rand
Aug 21, 2026 11:57 AM
kittenpm.com
Show HN: Kitten PM – A product management SIM game inspired by Lemmingshttps://kittenpm.com/I made a silly product management sim inspired by Lemmings. Except the lemmings are kittens, and the kittens are your customers.The game is based around a 30-day subscription loop, and the core idea is to make the cause & effect of trade-offs in product management visible and playable.I’ve worked in product for many years, and wanted to see if there was an interactive way to share my experiences with people who have an interest in making product. Learning by doing, rather than reading a book. Hopefully it’s fun too.// Built with React, TypeScript & Phaser. The sim engine is pure TypeScript / maths, and the game draws from its state. I’m a PM, so used a standard-ish product workflow, & Claude as my engineering team.Right now it’s desktop only, as I want to validate the idea before spending even more time on this and adding even more complexity.So honest question (& brutal honesty welcome):Does the concept work? Is it educational / useful / fun? & yes I get it’s a bit bonkers, but is it
Aug 21, 2026 10:37 AM
github.com
Show HN: Voro – An attention manager for agentic codinghttps://github.com/ClachDev/VoroA few months ago I was getting frustrated trying to use Claude Code effectively. I was finding that for small tasks I would spend a lot of time waiting for it to finish "thinking" and I would end up browsing here...To make a better use of my time, and ideally make better use of the limits, I developed Voro to help me know what I should be focusing on.Fundamentally it's a task tracker tailored for local agentic coding. Each task is a plan that gets a priority and works its way through a set of states that are either for "humans" or "agents". The main "cockpit" view lists a few different options of what I should be looking at. The bottom has a list of what your agents are working on.Agents are given a small description and generate a task. That can then be reviewed and accepted if it's good, or iterated on by refining. Once accepted it can be dispatched to an agent for implementation. Once finished it comes back for review which can again then be iterated on. The crucial thing is that ma
Aug 21, 2026 10:07 AM
bing.com
Crypto.com Deleted User Account With Funds, Gave No Reason For Weekshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89c28de8c543d9bad64141e3d478ae&url=https%3A%2F%2Ffinance.yahoo.com%2Fmarkets%2Fcrypto%2Farticles%2Fcrypto-com-deleted-user-account-165816948.html&c=10681013636818685027&mkt=en-usA Crypto.com user lost access to his funds before support said his account did not exist. The exchange gave no clear timeline.
Aug 21, 2026 9:58 AM
bing.com
Nike’s Stock Is Getting Crushed — LeBron James Thinks He Knows How To Fix Ithttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89304547d44236a9ec2600727e5a88&url=https%3A%2F%2Fwww.yardbarker.com%2Fnba%2Farticles%2Fnikes_stock_is_getting_crushed_lebron_james_thinks_he_knows_how_to_fix_it%2Fs1_17759_44201498&c=9217378193584895934&mkt=en-usPhiladelphia 76ers superstar LeBron James is a Nike lifer. He has been with the brand since 2003. He then signed a lifetime contract with them in December 2015.
Aug 21, 2026 8:51 AM
bing.com
Crypto.com Referral Code: Up to $2,000 Bonus in August 2026http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89c28de8c543d9bad64141e3d478ae&url=https%3A%2F%2Fwww.si.com%2Fprediction-markets%2Fpromos%2Fcrypto-com-referral-code&c=13806886784471648794&mkt=en-usThe Crypto.com referral code can earn new users on the exchange up to $2,000 USD in CRO and a share of your friend's trading fees for a period of time. I'll review the Crypto.com referral program, ...
Aug 21, 2026 8:32 AM