HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bovem

no profile record

投稿

Intel puts consumer chip production on back burner

theregister.com
6 ポイント·投稿者 bovem·6 か月前·0 コメント

Docker build –no-cache uses cache anyway

github.com
2 ポイント·投稿者 bovem·6 か月前·0 コメント

Is Microsoft's AI Copilot? CoPilot? Co-pilot? MVP creates site to get it right

theregister.com
2 ポイント·投稿者 bovem·2 年前·0 コメント

Your Next Motorcycle Has AI Vision – Don't Pay for It [video]

youtube.com
2 ポイント·投稿者 bovem·2 年前·0 コメント

Everybody wants to waste your time [video]

youtube.com
1 ポイント·投稿者 bovem·2 年前·0 コメント

Technical Interviews – Part 1

schematical.com
1 ポイント·投稿者 bovem·2 年前·0 コメント

Indian telcos to cut off scammy, spammy, telemarketers for two whole years

theregister.com
10 ポイント·投稿者 bovem·2 年前·2 コメント

People are returning Humane AI Pins faster than Humane can sell them

arstechnica.com
3 ポイント·投稿者 bovem·2 年前·0 コメント

Victim's Windows PC patched? Just force undo its updates

theregister.com
1 ポイント·投稿者 bovem·2 年前·0 コメント

HPE's $14B bid for Juniper waved through by UK regulator

theregister.com
1 ポイント·投稿者 bovem·2 年前·0 コメント

Big Tech Doesn't Want You Anymore [Video]

youtube.com
3 ポイント·投稿者 bovem·2 年前·1 コメント

RustPython: A Python Interpreter Written in Rust

github.com
196 ポイント·投稿者 bovem·2 年前·70 コメント

Kubescape: Kubernetes security platform for your IDE, CI/CD, and clusters

github.com
1 ポイント·投稿者 bovem·2 年前·0 コメント

Aqua: The IDE for test automation by JetBrains

jetbrains.com
2 ポイント·投稿者 bovem·2 年前·0 コメント

Edward Bernays: The Father of Corporate Propoganda [video]

youtube.com
2 ポイント·投稿者 bovem·2 年前·0 コメント

Desktop hypervisors are not dead: Oracle preps major VirtualBox update

theregister.com
5 ポイント·投稿者 bovem·2 年前·0 コメント

Kubernetes to Docker Translator

github.com
2 ポイント·投稿者 bovem·2 年前·0 コメント

Essex school reprimanded after using facial recognition technology for canteen

ico.org.uk
1 ポイント·投稿者 bovem·2 年前·0 コメント

Using Devin to Recover from the CrowdStrike Outage

cognition.ai
3 ポイント·投稿者 bovem·2 年前·0 コメント

CrowdStrike's ubiquity under fire as Congress calls for CEO to testify

arstechnica.com
1 ポイント·投稿者 bovem·2 年前·0 コメント

コメント

bovem
·2 年前·議論
Just today I had to sign up for a service and went to bitwarden app on my phone to generate password (linked to self hosted vaultwarden server) but the new password entry couldn’t be saved into the app because the server was unreachable.

Then I had to go restart my VM and reconnect my VPN. I am now thinking about switching to bitwarden premium and opt-out of self hosting for password managers.
bovem
·2 年前·議論
Some more resources on self hosting and homelab: https://www.avni.sh/posts/homelab/building-your-own-homelab/...

And my advice to someone considering to start self hosting: Start with a setup that consumes less power and once you have the 80% the idea of the services you want to keep running 24x7 then you scale up your server or build/buy a new one.
bovem
·2 年前·議論
Thanks for the information. My goal while writing this article was introducing tensors on a high level without introducing too much of other concepts like bases and vector spaces.

After I have written about bases and vector spaces in a separate article in my series I will redefine the definition of tensor in that context.
bovem
·2 年前·議論
Yeah, the term matrices also includes vectors. This article was more focus on vectors so that's how I defined it.

In the next article about Matrices[1] and the article before this one [2] I have included this.

[1] https://github.com/bovem/bovem.github.io/pull/67 [2] https://www.avni.sh/posts/linear-algebra/tensors/#matrix-ran...
bovem
·2 年前·議論
All this talk of replacing junior engineers makes me think:

Aren’t interns and junior engineers paid on their potential rather than the work they produce?

Doesn’t it take a while (like 6 months - 1 year) for any associate to start contributing significantly to the organisation’s output?

A lawyer might delegate the same task to ChatGPT rather than a junior but is the purpose of delegation primary to get the task completed or to give an opportunity for junior to learn the specifics of the task?
bovem
·2 年前·議論
From the Article: According to the president, Indonesia's central and regional governments together operate a fleet of 27,000 apps, many of which overlap or aren't integrated. New platforms often get developed every time a new minister, governor or official takes office. One ministry stands accused of operating over 500 different applications.
bovem
·2 年前·議論
If you are on iOS then you can use Working Copy [1] to sync notes through GitHub, GitLab, etc.

To automate the process you can create siri shortcuts like

* Obsidian is opened -> Pull the repository

* Obsidian is closed -> Commit Changes -> Push to the repository

[1] https://workingcopy.app/
bovem
·2 年前·議論
I love it. It is easy to install and containerized.

Its API is great if you want to integrate it with your code editor or create your own applications.

I have written a blog [1] on the process of deployment and integration with neovim and vscode.

I also created an application [2] to chat with LLMs by adding the context of a PDF document.

Update: I would like to add that because the API is simple and Ollama is now available on Windows I don’t have to share my GPU between multiple VMs to interact with it.

[1] https://www.avni.sh/posts/homelab/self-hosting-ollama/ [2] https://github.com/bovem/chat-with-doc
bovem
·2 年前·議論
I found this project through r/selfhosted subreddit.

Post: https://old.reddit.com/r/selfhosted/comments/1bo9tdq/introdu...
bovem
·2 年前·議論
I used LangChain and models hosted on Ollama for my latest project [1]. Since I have a GPU now and Ollama is now available for Windows I can build LLM based applications quickly with local debugging.

[1] https://github.com/bovem/chat-with-doc
bovem
·2 年前·議論
Depending on your use case some of the components might not be required like a discrete GPU.

You can start self hosting on a mini PC if you want.
bovem
·2 年前·議論
Since last year I’ve been configuring and maintaining my homelab setup and it is just amazing.

I’ve learned so much about containers, virtual machines and networking. Some of the self hosted applications like paperless-ngx [1] and immich [2] are much superior in terms of features than the proprietary cloud solutions.

With the addition of VPN services like tailscale [3] now I can access my homelab from anywhere in the world.

The only thing missing is to setup a low powered machine like NUC or any mini PC so I can offload the services I need 24/7 and save electricity costs.

If you can maintain it and have enough energy on weekends to perform routine maintenance and upgrades. I would 100% recommend setting up your own homelab.

[1] https://docs.paperless-ngx.com/ [2] https://immich.app/ [3] https://tailscale.com/
bovem
·2 年前·議論
The UI looks great. Couldn't find any info about self hosting but I did find a feature request in GitHub Issues [1].

I guess I'll stick with Immich [2] for now.

Edit: Found a Reddit AMA [3] from the CEO and I'm happy to know that self hosting is a goal in the long run.

[1] https://github.com/ente-io/ente/issues/141 [2] https://immich.app/ [3] https://old.reddit.com/r/degoogle/comments/116fx9v/ama_im_vi...
bovem
·2 年前·議論
A Command Line Tool for creating and maintaining a bragging document in markdown format.

Announcement for v0.2:

Added command `summarize` to generate a draft for bragging document using Large Language Models (LLMs) like `llama2` hosted on [Ollama](https://www.avni.sh/posts/homelab/self-hosting-ollama/). See example [here](https://github.com/bovem/brag#sample-output-1).
bovem
·3 年前·議論
Watched this parody recently: https://youtu.be/2uXS20iWve4?si=Xwd0pQTwnz14846j
bovem
·3 年前·議論
I was going through something similar so I installed a plugin [1] that redirects all reddit links to old.reddit.com and started using RSS feeds on Inoreader [2] to follow the subreddits I like.

This helps me avoid mindless browsing on reddit.

[1] https://addons.mozilla.org/en-US/firefox/addon/old-reddit-re... [2] https://www.inoreader.com/