HN user

fimdomeio

1,760 karma

meet.hn/city/pt-Montemor-o-Novo

Socials:

- fimdomeio.at.hn

Interests:

Social Impact, Coops

---

Posts18
Comments377
View on HN
news.ycombinator.com 1y ago

Show HN: Visualizing web server activity using gource

fimdomeio
9pts2
github.com 1y ago

Process-Compose a flexible orchestrator to manage non-containerized application

fimdomeio
2pts0
www.youtube.com 2y ago

What Ethical AI Means [video]

fimdomeio
1pts0
www.nerdfonts.com 3y ago

Nerd Fonts – Developer fonts patched with extra icons

fimdomeio
4pts0
news.ycombinator.com 3y ago

Ask HN: Anyone Codes as a Relaxation Exercise?

fimdomeio
3pts2
news.ycombinator.com 3y ago

Ask HN: Weird, beautiful, artsy hacking content

fimdomeio
1pts0
tilde.pt 5y ago

Holly Mother of Computism

fimdomeio
1pts2
github.com 5y ago

Lorca – Build modern HTML5 desktop apps in Go with Chrome as the UI layer

fimdomeio
1pts0
vimeo.com 5y ago

Little Thumb Attack on SwissCovid

fimdomeio
1pts1
www.lightanchors.org 6y ago

LightAnchors Spatially – Anchored Augmented Reality Interfaces

fimdomeio
2pts0
news.ycombinator.com 7y ago

Ask HN: Why is electron way more popular than just using webviews?

fimdomeio
3pts1
news.ycombinator.com 7y ago

Ask HN: Command line apps running as normal standalone apps

fimdomeio
1pts0
news.ycombinator.com 8y ago

Ask HN: How to deal with clients that want a signed agreement on a deadline

fimdomeio
2pts2
github.com 8y ago

Cypress testing framework that runs in the browser

fimdomeio
1pts2
www.factorio.com 9y ago

Factorio

fimdomeio
2pts0
fimdomeio.com 9y ago

Things I've done

fimdomeio
3pts2
news.ycombinator.com 9y ago

Ask HN: Is it the right time for the linux killer graphics app?

fimdomeio
3pts2
news.ycombinator.com 10y ago

Ask HN: Building a webapp to last the next 20 year. What would you use?

fimdomeio
1pts2

As someone who is ok, sometimes even great, with being extended periods of time alone, I would say just look for opportunities to be in places with other people. Just tell yourself, why not go do X and if you don't find a good reason just go. Even if it feels a bit like a burden just go. If then you find its not interesting or not comfortable you can always turn around an go home. Great interactions with other people are not planed. They just happen randomly when you least expect, but you certantly must leave your home. Also consistency is important if you find contexts you're comfortable with start hanging out regularly... Time is a very important ingredient for building any sort or relation with another human.

This is something that was clearly done just by the love of the craft and congratulations but also feel this could have a huge potential in real world applications.

First crazy idea that came to mind was a multi user desktop environment for an intranet where everyone has their own desktop but could also request access to other desktops entering and leaving them as they are working together through the day.

I think I had mixed results on mac depending on the network I was connected to. I think it has something to do with ipv4 vs ipv6

I have only one that I use all the time "rcheckout". Since I use gitlab and it allows the creation of branches with a title like "ISSUE_NR-ISSUE_TITLE" I can do git rcheckout ISSUE_NR and checkout that branch without having to type the full title. I don't know where I got this from originally.

#!/bin/bash git fetch

[ ${#} -ne 1 ] && { echo -e "Please provide one search string" ; exit 1 ; } MATCHES=( $(git branch -a --color=never | sed -E 's|^[* ] (remotes/origin/)?||' | sort -u | grep -E "^((feature|bugfix|release|hotfix)/)?([A-Z]+-[1-9][0-9]*-)?${1}") ) case ${#MATCHES[@]} in ( 0 ) echo "No branches matched '${1}'" ; exit 1 ;; ( 1 ) git checkout "${MATCHES[0]}" ; exit $? ;; esac echo "Ambiguous search '${1}'; returned ${#MATCHES[@]} matches:"

for ITEM in "${MATCHES[@]}" ; do echo -e " ${ITEM}" done exit 1

I trying to create a management software for Integral Coops in Portugal. In a gross oversimplification Integral coops tend to be location based and allow freelancers and small groups to come together and have a infrastructure as if they were a big business while keeping their independence on the work they want to do

I'm trying to make it: a collective project shared between multiple coops, open source, sustainable in the long term.

I've already did some micro projects to the coop I'm a part of, like changing the workflow of expense invoice management from a totally manual process to an 80% automated process so I'm pretty sure I can provide significant benefits to the coops. Right now There's already a prototype andI'm in the process of talking with cooperatives finding financing and making it real.

website is at https://coops.pt (very early stages, in portuguese)

I'm the person that was copy-past school work in the 90's for things that I wasn't interested in. I'm also the person who spent years learning things that I was passionate for without a end goal in mind. The issue here is not AI, it's motivation.

Maybe that's because of much I learned about about color, but I very quickly get to a point where the correct answer can only be 50% blue, 50% green. Answering either blue or green feels wrong to me.

I have a very unscientific feeling that the scientific consensus will probably one day end up being something like:

sun is good for you in moderation, the amount that is ok depends on your skin color, how tanned you get, in which part of the world you are and how often you are outside. Avoid too much sun and avoid sun burns and also avoid crazy strong sunscreens that block the benefits of getting sunlight. The lifestyle that some people have of spending the whole year inside in an office and that spending their all vacations roasting at the beach is very unhealthy because body does not have time to adapt.

This is very amusing:

- We need to control our own destiny and not get locked into a closed vendor. - We need to protect our data. - We want to invest in the ecosystem that’s going to be the standard for the long term.

Thank you Meta for being the bright light of ethical guidance for us all.

Being curious about the world is a good thing. The mental structure I created for myself is that accomplishing things is more important to me than following any of my interests so I focus on the things I really want to accomplish and chaos of interests is the place for play and self-development.

From my experience random good things happen when you can balance things.