10,421 results for been · 2.262s

News for “been”
11 results • 2258 ms server time
Moozonian News
bing.com• Jul 3, 2025• 1 min read
How to Get Over a Crush: 22 Helpful Tips for Moving OnThere’s an age-old question in love that’s plagued humanity since the dawn of time: How do you get over a crush? Few things are more agonizing than an unrequited love—it feels like your heart’s been ...
Moozonian News
news.ycombinator.com• Jul 2, 2025• 1 min read
Ask HN: 7 months out from CS bachelor's degree. Advice on next steps?I've been on the job hunt for a while now, and I'm trying to figure out what to do next. I would greatly appreciate any and all advice you might have in this matter.Age: 22 Visa: Permanent Work Authorization Location: NYC, open to relocationUniversity: University of Maryland, College Park Graduated: December 2024 Degree: Bachelor's in Computer Science Internships: 1 GPA: 3.631 / 4.000Time spent searching for work: 7 months Spammed applications: 1,046 Targeted applications: 230 Total: 1,276Responses: approx. 16 Final rounds (then rejected): 2Here is what I'm considering:Maintain finding a tech job without studying more as my top priority. But also prepare master's in computer science applications on the side.1. July - Sep (next three months): intense job hunting, trying to rely on the network that I've acquired through networking to find a job. The goal is to have a job offer by the end of September.2. Backup/Pivot: While intensively looking for a job between July and September, I'll pr
Advertisement
Moozonian News
bing.com• Jul 2, 2025• 1 min read
The Residence Cancelled At NetflixNetflix is shutting the doors to The Residence, cancelling its murder mystery series after just one season, TVLine has confirmed. (Freshman drama Pulse has also been canceled.) The Residence starred ...
Moozonian News
terminalgames.xyz• Jul 2, 2025• 1 min read
Show HN: LLM Prompt Engineering GameI've been working with AI for a while and what really hooked me was prompt engineering - writing text that creates dynamic results. This simple concept felt like it could revolutionize creativity and how we interact with digital worlds, so I decided to build a game around it.I created "Second Chance" - you play as someone who died and got brought back to find and eliminate your killer. Every input you type is a directive that the AI turns into narrative. No menus, no preset choices. You want to investigate the docks? Write it. Want to seduce the suspect's spouse for information? Write it. Want to burn down their business? Write it.It's strategy, negotiation, and risk-taking rolled into one. The possibilities are infinite - you just have to write the right prompt. The AI becomes your collaborative storyteller, building consequences and plot threads based on how cleverly you can communicate your intentions.This game mixes both human creativity and AI creativity together. We realized that
Moozonian News
github.com• Jul 2, 2025• 1 min read
Show HN: Runal – A text-based creative coding environment for the terminalHello HN!Just wanted to share a small project I've been working for the last few months.It's a tool called Runal, a text-based creative coding environment that runs in the terminal. It works similarly as processing or p5js but it does all the rendering as text. And it can either be scripted with JavaScript or used as a Go package. It's open-source and cross-platform (linux, macOS, windows).It seems to me that text/ascii-art aesthetics are really popular in creative coding communities, so I though it would make sense to create a tool that runs on a platform which can render text only.It's still rough on the edges, but I'd gladly welcome any feedback!
Moozonian News
sashy.ai• Jul 1, 2025• 1 min read
Show HN: A tool for services businesses to improve their customer experienceI took a 9-week Data Science bootcamp last year, having previously had no formal software development education. My previous jobs had been mechanical product development and business development.During the course, I came up with the idea to extract valuable information from natural language. Online reviews seemed like a good place to start.Unlike other platforms that pass reviews to an LLM and get it to output the sentiment, I came up with a formula for calculating how much each individual review comment affects the business's overall Google rating (see Reviews page of the demo).The 'impact' values are then added up to tell business owners where they are doing well/poorly in terms of customer experience and suggests prioritised improvement actions (see Actions on Dashboard page) so that they know where to focus their attention.So far, 25+ businesses are using the platform, mainly restaurants and food & beverage consultancies, but also cleaning services, bakeries.I built the product mys
Moozonian News
github.com• Jul 1, 2025• 1 min read
Show HN: Semcheck – AI Tool for checking implementation follows specHi HN, like many I've been interested in the direction software engineering is taking now that coding LLMs are becoming prevalent. It seems that we're not quite there for "natural language programming", but it seems new abstractions are already starting to form. In order to explore this further I've built semcheck (semantic checker). It's a simple cli tool that can be used in CI or pre-commit to check that your implementation matches your specification using LLMs.The inspiration came while I was working on another project where I needed a data structure for a GeoJSON object, I passed Claude the text of RFC-7946 and it gave me an implementation. It took some back and forth after that before I was happy with it, but this also meant the RFC went out of context for the LLM. That's why I asked Claude again to check the RFC to make sure we haven't strayed too far from the spec. It occurred to me that it would be good to have a formal way of defining these kinds of checks that can be run in a