Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
skvark
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: GitHits Public Beta 0.9
(githits.com)
3 points
by
skvark
3mo ago
|
0 comments
2.
▲
by
skvark
3mo ago
Having a separate planning / research phase helps with this. Make the LLM curate a plan by gathering internal and external context. Then execute the plan in another fresh session. Of course if the planning phase itself ends up in the l
3.
▲
by
skvark
9mo ago
I think most relevant data that provides best answers lives in GitHub. Sometimes in code, sometimes in issues or discussions. Many libs have their docs there as well. But the information is scattered and not easy to find, and often you need
4.
▲
by
skvark
10mo ago
The main reason is that most real blockers are tied to a specific language ecosystem. Even if the high-level ideas transfer across languages, the actual fix usually depends on the language’s APIs, tooling, and conventions. When someone is s
5.
▲
by
skvark
10mo ago
Thanks! While those languages are not yet "officially" supported, GitHits works with them as well. The results might not be that good as with the ones I have enabled officially since the search and final output is partially steere
6.
▲
Show HN: GitHits – Code example engine for AI agents and devs (Private Beta)
(githits.com)
11 points
by
skvark
10mo ago
|
4 comments
7.
▲
Vision Is All You Need: V-RAG (Vision RAG) Demo
(github.com)
2 points
by
skvark
2y ago
|
0 comments
8.
▲
LLM-Based Agents for Tabular Data Processing
(softlandia.fi)
1 points
by
skvark
2y ago
|
0 comments
9.
▲
Jolla Turns 10 Years
(blog.jolla.com)
4 points
by
skvark
5y ago
|
1 comments
10.
▲
by
skvark
5y ago
Many projects are dropping support for old Python versions very fast. It's not surprising given the history of the Python 2 -> 3 transition. No one wants to end up in that situation anymore. For example, NumPy has already dropped 3.
11.
▲
by
skvark
5y ago
I have currently Sony XA2 with Sailfish OS. Just ordered Xperia 10 II so I have it ready when they publish the official version for it. I have been using Sailfish as my daily driver since the original Jolla phone was released in 2013. The o
12.
▲
by
skvark
5y ago
There exists also a Finnish mini series called "The Hobbits" (1993): https://www.youtube.com/watch?v=kHFKdgjEugs
13.
▲
by
skvark
6y ago
RTK Query looks great, I'll check it out.
14.
▲
by
skvark
6y ago
Redux Toolkit is great and removes most of the usual Redux boilerplate which seems to be the most often used argument against Redux. Additionally, I usually use a function which uses createEntityAdapter, createSlice and createAsyncThunk met
15.
▲
III-V multi-junction solar cell with 39% efficiency
(pv-magazine.com)
2 points
by
skvark
6y ago
|
0 comments
16.
▲
by
skvark
6y ago
Azure Function App development experience is indeed pretty nice at least when using .NET Core. There are some issues, like loading secrets to the local dev environment from Key Vault has to be done manually and easy auth (App Service Authen
17.
▲
by
skvark
6y ago
If the Falcon 9 landings feel mundane, I would recommend to follow Starship development. Starship SN6 might do a 150 meter hop later today: https://www.youtube.com/watch?v=Ky5l9ZxsG9M
18.
▲
by
skvark
7y ago
It was announced in 2017 that China was investing in its own mobile OS based on Sailfish OS ( http://www.goodnewsfinland.com/jolla-goes-full-steam-ahead-i... ). I don't know what's the status of the project currentl
19.
▲
by
skvark
8y ago
There is Sailfish OS ( https://sailfishos.org/ ). It's a GNU/Linux and has true multitasking.
20.
▲
by
skvark
8y ago
iPhone X introduced very similar gestures as seen on Sailfish OS ( https://support.apple.com/en-us/HT208204 ). They might be a bit alien at first, but once you get used to them, they are in my opinion far more powerful (
21.
▲
by
skvark
10y ago
Python's packaging system was and is still sometimes somewhat broken. However, it's getting better: compilation related issues are rarer nowadays thanks to the wheel pre-built package format ( https://www.python.org/