3,937 results for work out

bing.com
How To Manage People Who Talk Too Much At Work Without Shutting Them Downhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d67f8434042c4b2a3c21794211aad&url=https%3A%2F%2Fwww.forbes.com%2Fsites%2Fdianehamilton%2F2025%2F08%2F03%2Fhow-to-manage-people-who-talk-too-much-at-work-without-shutting-them-down%2F&c=18362496007532738436&mkt=en-usI grew up in a family of talkers who drove our teachers crazy. I remember sitting in my English 102 class during college with just two weeks left in the semester. My professor looked at me and said, ...
Aug 3, 2025 12:00 AM
apps.apple.com
Show HN: Personalized insights from your bookmarks delivered every Sundayhttps://apps.apple.com/us/app/eyeball-recaps-for-your-mind/id6670705634Sharing something that I’ve been working on:I made a save-later app for all my bookmarks. I save links throughout the week and, every Sunday morning, the app sends me a personalized recap with: -patterns and themes that connect my week to my broader interests -a nudge toward links I saved but never revisited -one reflective question to help me decide what else might be worth exploringI was inspired by older read-later apps like Instapaper. I wanted to make something minimalist, so it’s just a simple feed of your links (with tags and annotations linked to each link) and it is set up to ingest all kinds of content, not just text. I also did want it to be bloated as the full-fat AI stuff you see recently. So this is a simpler and more proactive take on the concept of a bookmarking app.Happy to answer any questions. (I’m not technical.)
Aug 2, 2025 6:06 PM
github.com
Show HN: Zp – A terminal clipboard manager with P2P sync between deviceshttps://github.com/bahdotsh/zpHi HN – I've been working on zp, a clipboard manager for the terminal. You can copy file contents or command output with it, and it keeps a searchable history.The newest update adds peer-to-peer clipboard syncing between machines. You can sync your clipboard history across your laptop, desktop, work computer, etc. No cloud services or accounts — just direct machine-to-machine sync over your local network (or SSH if needed). It runs in the background and just works.``` # Copy a file's contents to clipboard zp notes.txt# Pipe output to clipboard cat config.yml | zp# View searchable clipboard history zp --logs# Enable P2P sync zp --sync-enable zp --add-peer desktop:http://192.168.1.10:8080 zp --sync-daemon ```
Aug 2, 2025 9:29 AM
bing.com
Certificates of Deposit (CDs)http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a898c2c3078418ba6587ddd4a0d9b9b&url=https%3A%2F%2Fwww.investopedia.com%2Fcertificate-of-deposits-4689733&c=6694805898178514247&mkt=en-usLearn all about various types of certificates of deposit, how they work and how they potentially fit into your savings and investment planning. Browse Investopedia’s expert-written library to learn ...
Aug 1, 2025 1:52 PM
bing.com
Certificates of Deposit (CDs)http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8b0d7996614f949f2965ac3d38e947&url=https%3A%2F%2Fwww.investopedia.com%2Fcertificate-of-deposits-4689733&c=6694805898178514247&mkt=en-usLearn all about various types of certificates of deposit, how they work and how they potentially fit into your savings and investment planning. Browse Investopedia’s expert-written library to learn ...
Aug 1, 2025 1:52 PM
news.ycombinator.com
Ask HN: What are some advanced fact check strategieshttps://news.ycombinator.com/item?id=44742693I have been reading a lot of technology news lately from diverse sources and observed some patterns that are easy to verify - outdated info presented as news, misleading title, etc. On the other hand, some news pieces look credible but when I start to verify it leads to a dead-end (or at least nothing that wouldn't take hours to verify). Google's fact-check tool seems to work only on old and popular news only.The case in point right now, this article: https://techxplore.com/news/2025-07-vulnerability-packet-paralyze-smartphones.html* I did not find any other reputed source linking back to this article. * The site has decent domain authority. * Searched the publishing institute (KAIST) website with google search (https://www.google.com/search?q=LLFuzz+RCE+site:https://www.kaist.ac.kr/) and did find the original article (likely the original source)So far so good. But the concerns are1. Is this enough fact-checking, what other techniques am I missing? 2. This whole process takes time, are
Jul 31, 2025 5:50 AM
tryeyeball.com
Show HN: I use AI to send myself personalized weekly recaps from my saved linkshttps://tryeyeball.com/Sharing something that I’ve been working on:I made a save-later app for all my bookmarks. I save links throughout the week and, every Sunday morning, the app sends me a personalized recap with: -patterns and themes that connect my week to my broader interests -a nudge toward links I saved but never revisited -one reflective question to help me decide what else might be worth exploringI was inspired by older read-later apps like Instapaper. I wanted to make something minimalist, so it’s just a simple feed of your links (with tags and annotations linked to each link) and it is set up to ingest all kinds of content, not just text. I also did want it to be bloated as the full-fat AI stuff you see recently. So this is a simpler and more proactive take on the concept of a bookmarking app.Imagine if Pocket and Spotify Wrapped had a baby.I also personally enjoy using the chat to find links across subjects and sources with context, like “Show me the 5 links on travel i’ve returned to the most”
Jul 30, 2025 11:08 PM
github.com
Show HN: RKIK v0.6.0 – A stateless NTP inspection CLI (Rust, async, no root)https://github.com/aguacero7/rkikHi HN,I've just released version 0.6.0 of RKIK (Rusty Klock Inspection Kit), a command-line tool for inspecting NTP servers. It's designed for passive, read-only analysis of NTP offset and delay — much like `dig` is to DNS or `ping` is to ICMP.Why?In environments where you can't or don't want to run `chronyd`, `ntpd`, or `ntpdate` (e.g. containers, sandboxes, CI), there's no lightweight way to check if your system is drifting from trusted NTP servers.RKIK fills that gap: - Query one or more NTP servers - Compare offsets between multiple servers asynchronously (thanks to Tokio) - Output in JSON or readable text - Works with both IPv4 and IPv6 - No root, no sync, no config, no daemon - Written in Rust, single binary (~2MB)Example usage: rkik pool.ntp.org rkik --compare time.google.com time.cloudflare.com rkik -C ntp1 ntp2 ntp3 --format json Example output: Server: time.google.com Offset: -1.203 ms RTT: 2.320 ms RefID: GOOG Stratum: 1 Why Rust?It compiles to a small static binary, has gre
Jul 30, 2025 4:00 PM
github.com
Show HN: Sourcebot – Self-hosted Perplexity for your codebasehttps://github.com/sourcebot-dev/sourcebot/releases/tag/v4.6.0Hi HN,We’re Brendan and Michael, the creators of Sourcebot (https://www.sourcebot.dev/), a self-hosted code understanding tool for large codebases. We originally launched on HN 9 months ago with code search (https://news.ycombinator.com/item?id=41711032), and we’re excited to share our newest feature: Ask Sourcebot.Ask Sourcebot is an agentic search tool that lets you ask complex questions about your entire codebase in natural language, and returns a structured response with inline citations back to your code. Some types of questions you might ask:- “How does authentication work in this codebase? What library is being used? What providers can a user log in with?” (https://demo.sourcebot.dev/~/chat/cmdpjkrbw000bnn7s8of2dm11)- “When should I use channels vs. mutexes in go? Find real usages of both and include them in your answer” (https://demo.sourcebot.dev/~/chat/cmdpiuqhu000bpg7s9hprio4w)- “How are shards laid out in memory in the Zoekt code search engine?” (https://demo.sourcebot.dev/
Jul 30, 2025 2:44 PM
nasa.gov
Laine Havens: Melding Science and Storytellinghttps://www.nasa.gov/learning-resources/internships/laine-havens-melding-science-and-storytelling/Science Communication Intern – Goddard Space Flight Center Laine Havens — now a senior at Cornell University and three-time NASA intern — grew up with a deep curiosity about how the universe works and a family that encouraged her to explore it. Throughout her childhood, Laine was immersed in science and exposed to wonderful science […]
Jul 30, 2025 12:30 PM
scryptogram.com
Show HN: Scryptogram – A game where you unscramble a summary to guess the titlehttps://scryptogram.com/playHi HN,I'm Kyle and I've been working on Scryptogram — a word puzzle game where you’re given five scrambled sentences that describe a person, place, or thing. Your goal is to unscramble the sentences and guess the subject. It’s a mix between trivia and word scrambles.It’s browser-based and mobile-friendly. In the future I'd like to move to a mobile app, but I'm still figuring out the core game loop and experimenting.I’d love feedback on puzzle difficulty, ideas for themed puzzle packs or growing my game, and overall whether or not you had fun - all feedback is welcome.Thanks for checking it out!
Jul 30, 2025 11:09 AM
news.ycombinator.com
I tried to buy Dataroma. Now I'm building the research engine I wish existedhttps://news.ycombinator.com/item?id=44727672Hi HN! I'm George, founder of ValueSense (valuesense.io). For the past year, I’ve been working on a platform that helps investors research public companies the way analysts at hedge funds do, but without the spreadsheets, PDFs and 12 browser tabs.The backstory I used to rely on Dataroma to track superinvestor portfolios (the Buffetts, Ackmans, Klarmans of the world). I liked the simplicity, but as I used it more, I hit major friction: - There’s no conviction scoring, trends or clustering of buys/sells - No institutional or insider context - No real ability to explore investor relations data - UI hasn't changed in over a decadeI actually tried to acquire Dataroma at one point, but the deal didn’t go anywhere. So I started building the tool I wanted.What I’m building The core idea: a research engine that connects smart money activity with investor relations data and makes it usable.Here’s what’s already working: 1) Smart Money Signals A pipeline that ingests, cleans and structures data f
Jul 29, 2025 8:04 PM
github.com
Show HN: Yet Another Kanban – FOSS, local, private proj. mgmthttps://github.com/mackenziebowes/yakI made a free local private kanban and published the source code. I also made a video with more details on usage, inspiration, why it exists, what to do with it, etc.https://www.youtube.com/watch?v=6qJYg3OuOx4I made this to support me while working on another project, and I did the thing where I got all mad about paying $20 a month for a SaaS kanban, but actually got the thing done in 2 days as predicted because I have a sick component library. Cool different things about this: - Uses a popular Japanese mobile -> desktop progressive enhancement pattern not seen often in America - Uses gfm-md so you can dump ChatGPT/Claude/Gemini etc tickets - Uses sqlite for local storage - You can `bun dev --host` bc solid and use it on your phone while puttering around your office - It has prebuilt hooks (db schemas + routes) for adding auth so you can easily wire it up for deployment and use it wherever ($12 akamai box < $20 SaaS sub)Use bun as the runtime for this. Enjoy your extra $96 - $240 a yea
Jul 28, 2025 9:59 PM
science.nasa.gov
Curiosity Blog, Sols 4609–4610: Recharged and Ready To Roll Onwardshttps://science.nasa.gov/blog/curiosity-blog-sols-4609-4610-recharged-and-ready-to-roll-onwards/Written by Catherine O’Connell-Cooper, Planetary Geologist at University of New Brunswick Earth planning date: Wednesday, July 23, 2025 For today’s planning, we were in the same workspace as the Monday plan — on purpose! We don’t often have a plan without a drive but in order to allow the battery to recover from some power-hungry […]
Jul 28, 2025 7:57 PM
bing.com
Chicago Cubs and Marquee Sports Network moving to higher-priced tier on Comcast in Octoberhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d60f9988749dda63cb7c257cbab54&url=https%3A%2F%2Fwww.chicagotribune.com%2F2025%2F07%2F28%2Fchicago-cubs-marquee-sports-network-comcast%2F&c=17211294041142774890&mkt=en-usIt’s going to cost more to watch the Chicago Cubs on Comcast next season. The cable giant started reaching out to its 1 million Chicago-area customers Monday to let them know that beginning Oct. 1, ...
Jul 28, 2025 4:22 AM
github.com
Performance and telemetry analysis of Trae IDE, ByteDance's VSCode forkhttps://github.com/segmentationf4u1t/trae_telemetry_researchHi HN, I was evaluating IDEs for a personal project and decided to test Trae, ByteDance's fork of VSCode. I immediately noticed some significant performance and privacy issues that I felt were worth sharing. I've written up a full analysis with screenshots, network logs, and data payloads in the linked post.Here are the key findings:1. Extreme Resource Consumption: Out of the box, Trae used 6.3x more RAM (~5.7 GB) and spawned 3.7x more processes (33 total) than a standard VSCode setup with the same project open. The team has since made improvements, but it's still significantly heavier.2. Telemetry Opt-Out Doesn't Work (It Makes It Worse): I found Trae was constantly sending data to ByteDance servers (byteoversea.com). I went into the settings and disabled all telemetry. To my surprise, this didn't stop the traffic. In fact, it increased the frequency of batch data collection. The telemetry "off" switch appears to be purely cosmetic.3. What's Being Sent: Even with telemetry "disabled,"
Jul 27, 2025 5:57 PM
news.ycombinator.com
Ask HN: Any recommended classes/trainings for an already-talented junior SWE?https://news.ycombinator.com/item?id=44701167At work, I'm mentoring a junior colleague who was awarded a little less than $10k to spend on job-related training/certifications of his choice. The money expires in a year, and is a rare windfall in our organization.If the kid was brand new and just starting out with fundamentals, I'd find a reputable programming generalist/web-tech boot camp and advise him to attend that.Problem is, he's beyond that point. He's 2 years into self-taught work in the backend/security/cloud/DevOps space, and he is a natural. Fast learner, good at self-teaching, knows to avoid the superficial/shiny, cares about understanding "why".As a result, he's already pretty productive and deep into a lot of what our specific job needs. But that means that "here's what a for-loop is, here's AWS/Terraform basics, here's a simple Kubernetes build-out"-type courses would waste of his time.So, my question: what organized training do you buy to support or speed up an already-started, fast-learning person's career? Most tr
Jul 27, 2025 1:24 PM
bing.com
The Problem With Ghislaine Maxwell As a Witnesshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d0f451e7b405f884a895d6bedbc28&url=https%3A%2F%2Fnymag.com%2Fintelligencer%2Farticle%2Fghislaine-maxwell-justice-department-interview-trump-epstein-files.html&c=5119201563406311277&mkt=en-us“Your Honor, the government calls to the stand as its next witness … Ghislaine Maxwell.” Can you see it? As a federal prosecutor with the Southern District of New York, I worked with all manner of ...
Jul 25, 2025 3:00 AM
news.ycombinator.com
Ask HN: Help me navigate a PIP at a remote startup in the Netherlandshttps://news.ycombinator.com/item?id=44669716Hey HN,I'm in a tough spot and could use some outside perspective, especially from anyone who's navigated startup politics or EU/Dutch employment law.I'm a senior engineer with a background at bigger tech companies in the US. A few months ago, I took a job at a small-ish (around 150 people), fully remote tech startup based in Europe. The pay is good for the EU, though definitely a big step down from my US salary. The main reason for the move was to get a visa and work in Europe, and the project (AI stuff) seemed really exciting.It's been a chaotic ride. The project has been in a constant "prototyping" phase, with the product direction pivoting at least 4-5 times since I joined. As the main frontend dev, I've been building and refactoring constantly to keep up. It's been high-pressure, but I thought we were making good progress.Recently, things took a sharp turn. My manager, who is new to management and I report directly to, put me on a formal PIP. This was a total shock, as it was lite
Jul 24, 2025 12:12 PM
customer-d547k9rahyss1dfy.cloudflarestream.com
Show HN: Zest – AI Agents for Slackhttps://customer-d547k9rahyss1dfy.cloudflarestream.com/96768e95a601c45d2831a1532bfcdd66/iframe?preload=true&autoplay=true&poster=https%3A%2F%2Fcustomer-d547k9rahyss1dfy.cloudflarestream.com%2F96768e95a601c45d2831a1532bfcdd66%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600Hi HN,A few months ago, I started experimenting with building AI agents as Slack bots. What began as a fun weekend project has now evolved into a core part of how our team works every day. These bots live in Slack and handle real, non-trivial workflows such as:- When a new signup comes in, one of them enriches the lead via Apollo, drafts a personalized email, and drops it into my mailbox.- If someone mentions a new task in any channel, the bot jumps in, asks a few clarifying questions, and files a Linear ticket.- Collecting customer info from Stripe for transaction failures and bringing it into the slack thread automatically.- Scouring the web and drafting blog posts - sure you can do this with ChatGPT. But doing it collaboratively on Slack gives a different overall experience.- We even made them proactive. For example, if someone talks about sprint planning, the bot jumps into the thread and asks if it should help break things down into tasks.At first, this felt like "just automation.
Jul 23, 2025 11:51 PM