brunno | 2 years ago | on: Firefox has surpassed Chrome on Speedometer
brunno's comments
brunno | 3 years ago | on: Tell HN: I was offline the whole weekend
brunno | 3 years ago | on: Pencil – an open-source GUI prototyping tool
brunno | 3 years ago | on: Spin up your development background processes with ease
Congratulations on the cool project.
brunno | 3 years ago | on: Git Notes
brunno | 3 years ago | on: Hanami 2.0
I love Rails but have used Sinatra and Padrino in the past. The knowledge you get using these frameworks can sometimes be brought back to your Rails apps to improve some things.
I hope I can have some time in the near future to use Hanami in a real world project.
Congratulations to the team.
brunno | 3 years ago | on: Nicheless: a micro-blogging platform
How do you feel about timestamps as titles (and URLs)?
Maybe having an option to use a title or just a timestamp.
brunno | 3 years ago | on: Show HN: Bolt.css – Another classless CSS library
brunno | 3 years ago | on: Pstore: Ruby Built-In Hash Persistence
Or maybe it would be a hard task that didn't justify the effort.
brunno | 3 years ago | on: Pstore: Ruby Built-In Hash Persistence
I even created a little gem when I was starting with Ruby, 10 years ago, that was a very thin wrapper around it so that I could play around using an ActiveRecord like syntax (https://github.com/brunnogomes/active_yaml). I used in some pet projects so I could do stuff like:
p = Post.new
p.title = "Great post!"
p.body = "Lorem ipsum..."
p.save
Post.all # => [#<Post:0x895bb38 @title="Great post!", @body="Lorem ipsum...", @id=1>]
Post.find(1) # => #<Post:0x954bc69 @title="Great post!", @body="Lorem ipsum...", @id=1>
Post.where(author: 'Brunno', visibility: 'public')
# => [#<Post:0x895bb38 @author="Brunno", @visibility="public", @id=1>, #<Post:0x457pa36 @author="Brunno", @visibility="public", @id=2>]
And have access to the data directly in the YAML files.Good times!
brunno | 3 years ago | on: $9.99/month
brunno | 3 years ago | on: Vite – Next Generation Front End Tooling
brunno | 3 years ago | on: Crystal for Rubyists
brunno | 3 years ago | on: Resident Evil Village in the browser through Stadia
SORRY. CAN'T DELIVER.
Which area can I play in?
You can access this streaming demo from the United States, Canada, the United Kingdom, France, Italy, Germany, Austria, Spain, Sweden, Switzerland, Denmark, Norway, Finland, Belgium, Ireland, Netherlands, Poland, Portugal, Czech Republic, Slovakia, Romania, and Hungary.brunno | 3 years ago | on: Tiddlyhost is a free hosting platform for TiddlyWiki
If this could become a standard adopted by other cloud providers we could have the internet you imagined.
brunno | 4 years ago | on: Meld is a visual diff and merge tool targeted at developers
Not affiliated with them in any way by the way.
[1] https://www.sublimetext.com/ [2] https://www.sublimemerge.com/
brunno | 4 years ago | on: No YAML
Sometimes people that can read code, like most of us here, don't get bothered by tokens like "{" or some of the more complex hierarchical structures but for someone that doesn't want to learn/understand code YAML is much more appetizing.
brunno | 4 years ago | on: List of apps people pay for but have low rating
You can also do it natively now in iOS Files app and Android's Google Drive.
brunno | 4 years ago | on: Will Linux phones stay around this time?
Not the same but pretty close.
brunno | 5 years ago | on: Google-Free Android Smartphones Are Now Available in the U.S.
That didn't stop me from using Firefox tough. I just have my first bookmark in the toolbar point to "about: profiles" and use this page to launch new profile instances, create new ones etc.