HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bovem

no profile record

Submissions

Intel puts consumer chip production on back burner

theregister.com
6 points·by bovem·6개월 전·0 comments

Docker build –no-cache uses cache anyway

github.com
2 points·by bovem·6개월 전·0 comments

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

theregister.com
2 points·by bovem·2년 전·0 comments

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

youtube.com
2 points·by bovem·2년 전·0 comments

Everybody wants to waste your time [video]

youtube.com
1 points·by bovem·2년 전·0 comments

Technical Interviews – Part 1

schematical.com
1 points·by bovem·2년 전·0 comments

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

theregister.com
10 points·by bovem·2년 전·2 comments

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

arstechnica.com
3 points·by bovem·2년 전·0 comments

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

theregister.com
1 points·by bovem·2년 전·0 comments

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

theregister.com
1 points·by bovem·2년 전·0 comments

Big Tech Doesn't Want You Anymore [Video]

youtube.com
3 points·by bovem·2년 전·1 comments

RustPython: A Python Interpreter Written in Rust

github.com
196 points·by bovem·2년 전·70 comments

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

github.com
1 points·by bovem·2년 전·0 comments

Aqua: The IDE for test automation by JetBrains

jetbrains.com
2 points·by bovem·2년 전·0 comments

Edward Bernays: The Father of Corporate Propoganda [video]

youtube.com
2 points·by bovem·2년 전·0 comments

Desktop hypervisors are not dead: Oracle preps major VirtualBox update

theregister.com
5 points·by bovem·2년 전·0 comments

Kubernetes to Docker Translator

github.com
2 points·by bovem·2년 전·0 comments

Essex school reprimanded after using facial recognition technology for canteen

ico.org.uk
1 points·by bovem·2년 전·0 comments

Using Devin to Recover from the CrowdStrike Outage

cognition.ai
3 points·by bovem·2년 전·0 comments

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

arstechnica.com
1 points·by bovem·2년 전·0 comments

comments

bovem
·2년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
I found this project through r/selfhosted subreddit.

Post: https://old.reddit.com/r/selfhosted/comments/1bo9tdq/introdu...
bovem
·2년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
Watched this parody recently: https://youtu.be/2uXS20iWve4?si=Xwd0pQTwnz14846j
bovem
·3년 전·discuss
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/