HackerTrans
TopNewTrendsCommentsPastAskShowJobs

boros2me

no profile record

Submissions

Side hustle tax calculator (UK)

sidehustletaxcalculator.uk
2 points·by boros2me·2 maanden geleden·0 comments

Show HN: Safari-CLI – Control Safari without an MCP

npmjs.com
2 points·by boros2me·5 maanden geleden·0 comments

Show HN: Accentless – Right-click to add native accents your writing

accentless.app
1 points·by boros2me·11 maanden geleden·0 comments

Show HN: Certimon – Free Telegram bot to monitor SSL certificate expiry

certimon.com
3 points·by boros2me·vorig jaar·0 comments

Show HN: Super Simple Business News Ticker

news.thinkingbytes.co.uk
1 points·by boros2me·vorig jaar·0 comments

Show HN: Typing Granny Footsteps

typinggrannyfootsteps.com
2 points·by boros2me·vorig jaar·2 comments

My weekend AI project: AI-assisted search of the UK Companies House database

companychat.uk
1 points·by boros2me·2 jaar geleden·1 comments

The Full Stack AI Engineer

thinkingbytes.co.uk
1 points·by boros2me·2 jaar geleden·0 comments

[untitled]

8 points·by boros2me·2 jaar geleden·0 comments

Time Zone Trios: A Concept for 24/7 Development

thinkingbytes.co.uk
2 points·by boros2me·2 jaar geleden·1 comments

Show HN: ChatGPT Markdown Saver

github.com
1 points·by boros2me·3 jaar geleden·0 comments

UberEats took unauthorized amount (and not willing to pay it back)

twitter.com
217 points·by boros2me·5 jaar geleden·161 comments

AWS EC2 and RDS is down in euw2-az3

status.aws.amazon.com
2 points·by boros2me·5 jaar geleden·1 comments

comments

boros2me
·2 jaar geleden·discuss
Just to prove my point on AI assisted product development... As a little weekend project I created https://companychat.uk/ from scratch in net 2 days. That is from idea to a fully functional MVP (not just a demo proof-of-concept), delivering value to the end user. Feel free to give it a go, you get 5 free tokens to play with!

It's an AI aided advanced search tool for the publicly available Companies House dataset. It can help finding leads for all sorts of campaigns and help research by answering questions and prompts such as "How many companies in Brighton were founded by under 30s last year?" or "Give me a list of companies in Bournemouth that will turn 10 years old next month!".

It's hosted on a tiny EC2 instance (£6 per month), connects to an on-premise database server via Tailscale (PostgreSQL with GIS support, hosting Companies House dataset through an ETL pipeline) and to a local SQLite database for system data.

Application stack is FastAPI with Jinja templates for the backend and HTMX + TailwindCSS for frontend rendering.

AI stack: Cursor + Claude Sonnet 3.5 for development, Langchain and Langgraph with gpt-4o-mini for AI assistance.

End to end implemented by a single engineer using Cursor with Claude Sonnet 3.5.
boros2me
·2 jaar geleden·discuss
3 developers distributed across Americas, EMEA and APAC, working async to deliver 24/7 progress.
boros2me
·3 jaar geleden·discuss
I think how the situation turned out and how you dealt with it, gave you a much more important life experience! Dealing with BS project blockers by clients/execs and finding a way to turn it into something positive is not something they teach at school, well done team!
boros2me
·4 jaar geleden·discuss
2011 wow... Thanks for sharing!
boros2me
·4 jaar geleden·discuss
One idea I keep thinking about (which I'm sure interferes with some sort of copyright law) is: 1. User buys a physical copy of a movie/music 2. Instead of sending the disc to their house, it's sent to a storage facility 3. In the storage facility a digital backup is made and uploaded to a cloud storage 4. User is given access to the backup which they can watch/listen to 5. User would be the owner of said physical copy and when they sell it, all digital backups would be erased.

What's the legality that stops this from working?
boros2me
·5 jaar geleden·discuss
Chargeback is exactly what I'm going for, but need to wait until the payment settles (couple of days) and then I can start the dispute process (called my credit card provider right after I realised UberEats is not willing to refund), which with my credit card provider is the following: - Hold the phone for 40 minutes - Explain the situation - Wait for a paper letter on the post that includes an empty printed form with a return envelope - Fill out the form with the exact information I provided on the phone - Post the return envelope - Wait

Fortunately I don't mind playing along and I'm pretty sure having this deliberately crazy process (instead of an online form) is a much bigger pain for my credit card provider (who are hoping for churn and people abandoning the process) than myself. Well, not me. It's not the £4, it's the principal.
boros2me
·5 jaar geleden·discuss
Probably no one cares as it's only £4, but posting on HN has a therapeutic effect.
boros2me
·5 jaar geleden·discuss
Yeah, not just Webhooks... Git pushes are failing too.
boros2me
·5 jaar geleden·discuss
Love the simplicity of the app, used it for years! However when I started working with docker-compose stacks exposing PostgreSQL port I had to uninstall it because it all got confusing.