HackerTrans
TopNewTrendsCommentsPastAskShowJobs

visekr

no profile record

Submissions

Show HN: Mesa – A collaborative canvas IDE built for agent-first development

getmesa.dev
16 points·by visekr·4 maanden geleden·1 comments

Show HN: ICESight – Computer Vision Tool for Detecting and Mapping ICE Activity

realtimefascism.com
2 points·by visekr·9 maanden geleden·0 comments

[untitled]

1 points·by visekr·vorig jaar·0 comments

Show HN: Watch fascism unfold in realtime – an AI-powered tracker

realtimefascism.com
99 points·by visekr·vorig jaar·52 comments

Show HN: Interactive Noise-Level Map

mindthenoise.com
4 points·by visekr·2 jaar geleden·2 comments

Show HN: MindTheNoise – Crowdsourced Interactive Noise Map

mindthenoise.com
1 points·by visekr·2 jaar geleden·1 comments

comments

visekr
·2 maanden geleden·discuss
100% - tried forking VSCode too, scratched it. Way too much work to restyle, and I started wondering if IDEs should even be code-focused anymore. Built https://getmesa.dev instead, a canvas-based IDE for Claude Code & other CLI Agents. Kinda stuck on direction though - lmk if you've got ideas or wanna help out : )
visekr
·4 maanden geleden·discuss
whoa congrats on the launch. lol I launched my visual canvas for agents today too. I went in a more of a collaborative canvas IDE, agent orchestration direction. But very cool to see your take on it

https://getmesa.dev is mine
visekr
·9 maanden geleden·discuss
No biometrics collected. It's only scanning bodys, clothes and details on gear.
visekr
·9 maanden geleden·discuss
yes! although the techniques aren't perfect.

I'm using a YOLO-WORLD-XL object detection model. Lets me detect objects using text. This is the initial filter that scans for agents - once those are detected and outlined with bounding boxes the entire image and each cropped bounding box are then sent to chatgpt to confirm if the image looks legit. Once image passes those checks - I create image embeddings of each agent using CLIP and those are stored in a vector DB, and each agent is then compared to the DB and matched.

The matching system isn't perfect - but I think good enough to get the point across and can be easily tuned with more data! Happy to take suggestions here - I just spun this up over the weekend
visekr
·9 maanden geleden·discuss
lol - I made something to do the same to ICE. Stores each ICE agent as a visual embedding and creates a database of all sighted agents.

https://www.realtimefascism.com/ice-sight
visekr
·12 maanden geleden·discuss
I'm a product designer / dev - usually doing a ton of solo side projects. Looking for a cofounder with design and dev knowledge to collaborate on cool projects together. I have a list of ideas I'd love to share over a call

some recent things I've made https://www.mindthenoise.com/ https://www.realtimefascism.com/

I don't have an anonymous contact method so just DM me here https://bsky.app/profile/realtimefascism.com
visekr
·vorig jaar·discuss
i was gonna say the same - as my post got sunk into oblivion after hitting second page
visekr
·vorig jaar·discuss
Loveee that idea.

Would be cool to even have designated groups so you could filter by left wing, right wing, international, etc.

Gonna work on this after I optimize the codebase
visekr
·vorig jaar·discuss
of course! WorldNewsAPI - wasn't my first pick but was the most affordable for me, but i like it so far, no complaints!
visekr
·vorig jaar·discuss
ah thanks : )

yes - not sure what detail you want but I'll try to be thorough here.

Tech stack is React, Next JS, Radix UI lib, Tailwind, Firebase for database auth and cloud functions, Vercel for deployment, OpenAI for article classification, WorldNewsAPI for news.

Cloud Functions run at different intervals, I have one that runs every 30 minutes (recent news), 12 hours (weekly news), 84 hours (monthly news) and 168 hours (quarterly news). This is a big WIP

On a cloud function run it fetches articles from newsAPI, this search is done with a mix of keywords that determine if its related to the current administration, then gets filtered down to 'credible' sources (listed in a comment on this thread). The content of the articles that pass these filters get send to gpt-4o to be classified for relevance (is it an action of the administration / related) if it passes that >70%, the ai determines if it matches any of the 14 steps of facism, and will add a direct quote / impact / summary of why it matched that step, and finally will get added to DB and displayed on the site.

In terms of development - heavy use of Cursor IDE, and start with v0 by Vercel which is why I was able to get this up and running within ~3 days. Although the codebase looks disgusting rn
visekr
·vorig jaar·discuss
I'd love to tap into that eventually! Right now I'm using an API that give me a dump of like all articles and I filter that through a list of 'credible' sources. I'm not the most educated about what are good sources for this but this is my current one. (it also shows on the site under - 'what is this') Would loveee feedback on this list.

Allowed Sources Major Wire Services (1.0) Reuters, AP, AFP, Bloomberg Top US News (0.9) NYT, WaPo, WSJ, ProPublica

Conservative Media (0.7-0.8) Fox News, National Review, Washington Times, The Dispatch, Washington Examiner, RealClearPolitics, Reason

Progressive Media (0.7-0.8) Mother Jones, The Nation, Democracy Now!, New Republic, Jacobin, Truthout, Slate

International (0.8-0.9) BBC, Guardian, FT, Economist, DW, France24, Al Jazeera

Fact Checkers (0.9) FactCheck.org, PolitiFact

Major Networks (0.8) NPR, NBC, CBS, ABC, CNBC

Digital Media (0.7-0.8) Atlantic, Wired, Axios, USA Today, Time
visekr
·vorig jaar·discuss
Good feedback! ill work on making it a bit more clear.

as for the time-dependance / algorithm, good question .I'm still working on tweaking it, right now recency has a 30% weight. I just started this last thursday so im quite unsure how things will change / look on the site over time and what makes sense for a half life / decay of an article.
visekr
·vorig jaar·discuss
Thanks! and this is actually one of the things on my list. Still noodling on how to do this effectively and efficiently, since I want it to follow my same process of filtering through gpt-4o, and running 10 years of data through that could cost me.

But yes love the idea : )
visekr
·2 jaar geleden·discuss
Sent!
visekr
·2 jaar geleden·discuss
This is really cool - I've had a halfbaked idea of a visual code editor for a while and this really solidifies my concept. if anyone wants to work together on it lmk : )
visekr
·2 jaar geleden·discuss
Hi HN : )

Spent the last few weekends building this idea out.

After moving into a new place and discovering my upstairs neighbors being louder than I expected, I figured it'd be useful to check a spot's noise levels before moving in.

Enter MindTheNoise—just drop any address, share the noise levels, what’s causing it, and any other helpful info.

Let me know what you think

- Ryan