Thursday, June 29, 2023

New top story on Hacker News: Show HN: Open-source code search with OpenAI's function calling

Show HN: Open-source code search with OpenAI's function calling
9 by narenkmano | 0 comments on Hacker News.
We're excited to share a tool we've been working on called gpt-code-search. It allows you to search any codebase using natural language locally on your machine. We leverage OpenAI's GPT-4 and function calling to retrieve, search, and answer queries about your code. All you need to do is to install the package with `pip install gpt-code-search`, set up your `OPENAI_API_KEY` as an environment variable, and start asking questions with `gpt-code-search query

New top story on Hacker News: Tesla Fleet Telemetry

Tesla Fleet Telemetry
67 by shekhar101 | 18 comments on Hacker News.

New top story on Hacker News: Ask HN: How to switch software engineering domains

Ask HN: How to switch software engineering domains
12 by SomeDaysBe | 8 comments on Hacker News.
Hi! I've been a Software Engineer at a medium sized Canadian company for almost 4 years now. It was my first job out of university. The work is backend application development for the company's platform. While the work can be interesting at times, I feel like I don't enjoy it anymore. I want to switch into a new software engineering domain that isn't as high-level. I'm fine with switching to any other field, I'm just don't know how to properly make that transition in a way that would allow me to get a job. Currently, I've been doing some personal projects in computer graphics, and I've always enjoyed C programming (I was a TA for my systems programming course in undergrad). I also just completed my Masters in Computer Science. Despite this, I'm having trouble applying for jobs. I usually don't meet any of the requirements, as I don't have actual work experience that the job description expects. And when I do apply, I get rejected before an interview. For those who have switched domains, any advice on how to go about this transition?

New top story on Hacker News: Google and Meta will stop showing Canadian sourced news

Google and Meta will stop showing Canadian sourced news
31 by matbilodeau | 18 comments on Hacker News.

New top story on Hacker News: Gitlab AI is going head to head with GitHub Copilot

Gitlab AI is going head to head with GitHub Copilot
35 by sh_tomer | 4 comments on Hacker News.

Wednesday, June 28, 2023

New top story on Hacker News: Sony just spilled confidential Playstation information because of a Sharpie

Sony just spilled confidential Playstation information because of a Sharpie
69 by mvdtnz | 45 comments on Hacker News.

New top story on Hacker News: The bathyscaph Trieste: technological and operational aspects 1958-1961

The bathyscaph Trieste: technological and operational aspects, 1958-1961
3 by pmcjones | 1 comments on Hacker News.

New top story on Hacker News: Show HN: Serverless VPN pay as you go unlimited devices no subscriptions

Show HN: Serverless VPN, pay as you go, unlimited devices, no subscriptions
19 by gigapotential | 11 comments on Hacker News.

New top story on Hacker News: Honda Monkey Breaks World Record Covering 4183 Km on Single Tank

Honda Monkey Breaks World Record Covering 4,183 Km on Single Tank
32 by harambae | 6 comments on Hacker News.

New top story on Hacker News: But lawyers know nothing about tech

“But lawyers know nothing about tech ”
12 by detaro | 13 comments on Hacker News.

New top story on Hacker News: I made a command-line tool to assist me with writing polyrhythmic drum parts

I made a command-line tool to assist me with writing polyrhythmic drum parts
14 by dredozubov | 2 comments on Hacker News.

Monday, June 26, 2023

Saturday, June 17, 2023

New top story on Hacker News: James Gosling talks about virtual machines security and Java (2004)

James Gosling talks about virtual machines, security, and Java (2004)
12 by evacchi | 0 comments on Hacker News.

New top story on Hacker News: Open source Diablo 1 engine DevilutionX 1.5.0 released

Open source Diablo 1 engine – DevilutionX 1.5.0 released
13 by michalg82 | 1 comments on Hacker News.

New top story on Hacker News: Westfields San Francisco Centre Mall Lost 46% of Its Stores Since 2020

Westfield’s San Francisco Centre Mall Lost 46% of Its Stores Since 2020
18 by paulpauper | 2 comments on Hacker News.

New top story on Hacker News: Porting Python and Pwnlib Code to Ronin Quick Refs

Porting Python and Pwnlib Code to Ronin Quick Refs
4 by todsacerdoti | 0 comments on Hacker News.

New top story on Hacker News: How A Supernova Explodes (1985) [pdf]

How A Supernova Explodes (1985) [pdf]
22 by rwmj | 0 comments on Hacker News.

Saturday, June 10, 2023

New top story on Hacker News: How Folklore Goes Digital

How Folklore Goes Digital
6 by related | 0 comments on Hacker News.

New top story on Hacker News: Show HN: Bloop – Answer questions about your code with an LLM agent

Show HN: Bloop – Answer questions about your code with an LLM agent
14 by louiskw | 2 comments on Hacker News.
Hi HN! We launched bloop 10 weeks ago ( https://ift.tt/xVRQF8E ) and received a huge amount of feedback (both positive + constructive). We've undertaken a rewrite of the core search framework, which now acts as an LLM agent, significantly improving the number of queries that can be successfully answered. There's a bunch of hype surrounding LLM agents, but we're positive this is one of the first implementations of an agent that can deliver immediate value for engineers working on existing projects, especially larger ones. We'll do a full write up of how the agent works and the tools it can use soon, but we wanted to share our progress, now that we've got a stable release. bloop is a developer assistant that uses GPT-4 to answer questions about your codebase. The agent searches both your local and remote repositories with natural language, regex and filtered queries. Some of the ways engineers use bloop to improve their efficiency when working on large codebases: - Summarise how large files work and how multiple files work together - Understand how to use open source libraries when documentation is lacking - Identify the origin of errors - Ask questions about English-language codebases in other languages - Reduce code duplication by checking for existing functionality - Write new code, taking into account existing codebase context (eg: "write a dockerfile for this project") bloop runs as a free desktop app on Mac, Windows and Linux: https://ift.tt/qXmDQ8L . On desktop, your code is indexed with a MiniLM embedding model and stored locally, meaning at index time your codebase stays private. 'Private' here means that no code is shared with us or OpenAI at index time, and when a search is made only relevant code snippets are shared to generate the response. (This is more or less the same data usage as Copilot). We also have a paid cloud offering for teams ($45 per user per month). Members of the same organisation can search a shared index hosted by us and will get access to enterprise only features down the line (currently there's no feature gap between desktop and cloud).

New top story on Hacker News: Why I'm Leaving Elm (2020)

Why I'm Leaving Elm (2020)
22 by bluewalt | 16 comments on Hacker News.

Sunday, June 4, 2023

New top story on Hacker News: Wonky – An exploration of rhythm and grooves that break the rules

Wonky – An exploration of rhythm and grooves that break the rules
15 by mrzool | 2 comments on Hacker News.

New top story on Hacker News: Reduce vs. Fold in Common Lisp

Reduce vs. Fold in Common Lisp
10 by billiob | 0 comments on Hacker News.

New top story on Hacker News: Where the Wood-Wide Web Went Wrong

Where the Wood-Wide Web Went Wrong
5 by abscond | 0 comments on Hacker News.

New top story on Hacker News: OpenAI is getting sued for being biased with Y Combinator

OpenAI is getting sued for being biased with Y Combinator
78 by udev4096 | 16 comments on Hacker News.

New top story on Hacker News: Over 70% of US household Covid spread started with a child

Over 70% of US household Covid spread started with a child
43 by nico | 31 comments on Hacker News.

New top story on Hacker News: Conjuring a fiction out of almost nothing

Conjuring a fiction out of almost nothing
5 by isomorphy | 0 comments on Hacker News.

Saturday, June 3, 2023

New top story on Hacker News: John Reber: The Man Who Helped Save the Bay by Trying to Destroy It (2014)

John Reber: The Man Who Helped Save the Bay by Trying to Destroy It (2014)
3 by Petiver | 0 comments on Hacker News.

New top story on Hacker News: Covid-19 vaccination-related myocarditis: A Korean nationwide study

Covid-19 vaccination-related myocarditis: A Korean nationwide study
42 by VagueMag | 1 comments on Hacker News.

New top story on Hacker News: Why Is GPS Free?

Why Is GPS Free?
12 by tooltower | 0 comments on Hacker News.

New top story on Hacker News: Setting time on fire and the temptation of The Button

Setting time on fire and the temptation of The Button
4 by headalgorithm | 0 comments on Hacker News.

New top story on Hacker News: CIA, MKUltra, and the cover-up of U.S. germ warfare in the Korean war (2022)

CIA, MKUltra, and the cover-up of U.S. germ warfare in the Korean war (2022)
25 by VagueMag | 1 comments on Hacker News.

New top story on Hacker News: The Original AI Doomer: Dr. Norbert Weiner

The Original AI Doomer: Dr. Norbert Weiner
8 by headalgorithm | 2 comments on Hacker News.

New top story on Hacker News: Ben Eater: Running Apple 1 software on a breadboard computer (Wozmon) [video]

Ben Eater: Running Apple 1 software on a breadboard computer (Wozmon) [video]
13 by irsagent | 1 comments on Hacker News.

Thursday, June 1, 2023

New top story on Hacker News: Automatic emergency braking should become mandatory, feds say

Automatic emergency braking should become mandatory, feds say
27 by LinuxBender | 83 comments on Hacker News.

New top story on Hacker News: Judge rules Wyoming corner crossers did not trespass

Judge rules Wyoming corner crossers did not trespass
119 by bikenaga | 57 comments on Hacker News.

New top story on Hacker News: The Secret History and Strange Future of Charisma

The Secret History and Strange Future of Charisma
6 by Caiero | 0 comments on Hacker News.

New top story on Hacker News: You Can't Optimize for Rest (2021)

You Can't Optimize for Rest (2021)
8 by headalgorithm | 2 comments on Hacker News.

New top story on Hacker News: A Medieval Comedy Act Has Been Discovered in First-Ever Find, Researcher Says

A Medieval Comedy Act Has Been Discovered in First-Ever Find, Researcher Says
31 by isaacfrond | 5 comments on Hacker News.