Readit News logoReadit News
boundlessdreamz commented on Maestro – Next generation mobile UI automation   github.com/mobile-dev-inc... · Posted by u/jztan
boundlessdreamz · 6 months ago
When testing mobile apps, how do you manage the data at the backend? i.e how do you ensure that data that you see in the app is he same every time and actions during the test do not affect the data for the next test?

When testing the backend in frameworks such as Rails, this is taken care of by seed data and DB transactions.

boundlessdreamz commented on 7 Databases in 7 Weeks for 2025   matt.blwt.io/post/7-datab... · Posted by u/yarapavan
maximus93 · 9 months ago
DuckDB really seems to be having its moment—projects like Evidence and DuckDB GSheets are super cool examples of its potential. And yeah, Postgres’s longevity is insane, it just keeps adapting.

On the AI front, vector databases like Pinecone and pgvector are exciting, but I’d love to see something even more integrated with AI workflows. The possibilities are huge. Curious to hear what others think!

boundlessdreamz · 9 months ago
This comment was most likely generated using AI It is reusing phrases from previous comments -

https://news.ycombinator.com/item?id=42330710 and https://news.ycombinator.com/item?id=42330639

Deleted Comment

boundlessdreamz commented on Sanding UI   blog.jim-nielsen.com/2024... · Posted by u/roosgit
duckmysick · a year ago
Linear (of linear.app) has a highly polished UI. In fact they had a dedicated period for fixing just usability issues:

https://linear.app/changelog/2022-12-01-polishing-season-202...

https://web.archive.org/web/20231003205004/https://linear.ap...

boundlessdreamz · a year ago
Linear has the best UI/UX of all the web apps I have used. After Gmail and Google Maps, I don't recall any other web app wowing me as much as Linear.
boundlessdreamz commented on Show HN: From dotenv to dotenvx – better config management   dotenvx.com/blog/2024/06/... · Posted by u/scottmotte
boundlessdreamz · a year ago
This is similar to how Rails handles secrets - https://edgeguides.rubyonrails.org/security.html#environment...

In Rails, the entire file is encrypted unlike here where only the secrets are

boundlessdreamz commented on Do we need to store all that telemetry?   mattklein123.dev/2024/04/... · Posted by u/mklein123
aPoCoMiLogin · a year ago
where you worked doesn't matter to me very much, when what are you saying contradicts what you probably did ("experience in large scale systems"), also it sounds like argument from authority.

not having cpu/mem/hdd metrics is just plain bogus and sounds like fantasy world, where everything works like we expect it to work, and there is no bugs at all. ridiculous

boundlessdreamz · a year ago
You question his competence.

> i feel like you have never touched servers/backend in anything more than simple projects (or at all). with full storage/memory there could be an issue that you won't be able to ssh to the server, so it speaks about your knowledge in this matter.

He was answering that.

If instead of dismissing someone outright and question their competence, you had raised specific concerns, this would have been a more productive conversation

boundlessdreamz commented on Cache is King: A guide for Docker layer caching in GitHub Actions   blacksmith.sh/blog/cache-... · Posted by u/adityamaru
remdoWater · a year ago
This requires a lot of work from a dev inf team, though. Not as straightforward for an average team.
boundlessdreamz · a year ago
runs-ons supports custom images - https://runs-on.com/features/byoi/ and caching to S3 - https://runs-on.com/reference/caching/

I haven't used it yet but these two features make it the clear favourite for me in alternate github action runners

boundlessdreamz commented on Show HN: Managed GitHub Actions Runners for AWS    · Posted by u/jacobwg
SOLAR_FIELDS · a year ago
One of the most interesting value adds for me is not any of the things mentioned by OP. I would like to have a managed hosted runner solution where I can have a buildkit cache also in the same data center that I manage where I don’t have to pay ingress/egress to that cache but also I don’t have to manage my own runner infra. I have done the whole self hosted Karpenter + Actions Runner Controller thing to achieve this and it is a lot of work to set up and tune to get right.

The problem is actually really that GitHub’s caching offering is very limited for anything except the most basic of use cases and also they don’t offer a way to colo your own cache with them so that you aren’t paying cloud fees back and forth. You have to use their machines, their storage and their protocol which is only really viable if your definition of caching is literally just “upload files here” and “check if the uploaded built file already exists”.

Yes, I’m aware that buildkit offers “experimental” GHA caching support. But given how fat image layers are it’s basically unusable for anything beyond a toy project that builds a couple layers on top of an alpine image (as of the time of writing this post GHA limits cache size to 10gb per repo. Fine if you’re building npm or pypi packages or whatever, but hilariously inadequate for buildkit layer caching)

boundlessdreamz · a year ago
The depot.dev service has excellent caching for docker. It's almost like building locally.

Though the site (depot.dev) focuses on that aspect, this post doesn't.

@jacobwg - Do the runners in AWS get the same docker caching performance as depot.dev hosted runners?

boundlessdreamz commented on Show HN: Open-source x64 and Arm GitHub runners   ubicloud.com/use-cases/gi... · Posted by u/umur
crohr · 2 years ago
One of the goal of my own hosted runner project [1] is to display the carbon cost and money cost after each run. Too many people are oblivious of the costs and I think as an industry it would be great to at least get the data points.

[1]: https://runs-on.com

boundlessdreamz · 2 years ago
This is pretty much exactly what I wanted (yay for custom images) but the pricing makes it a non starter. Please consider a tiered monthly pricing based on build minutes.
boundlessdreamz commented on Shadcn: Components that you can copy-paste into your apps   ui.shadcn.com/... · Posted by u/thunderbong
ch33zer · 2 years ago
These look beautiful, but the react requirement makes it harder for me to want to use them.

As someone whos just built terrible frontends using plain CSS + JS + HTML, what's the currently preferred method for building simple sites that look good? I'm looking for the sweet spot between:

* Gentle learning curve * Powerful * Looks good

I'm currently using Bootstrap because it's what was popular a decade ago the last time I built UIs, but there must have been some advancement since then

boundlessdreamz · 2 years ago
Depending on your stack, there are quite a few options.

Laravel:

- https://filamentphp.com/

- https://bladewindui.com/

Rails:

- https://zestui.com/ (Disclaimer: my project)

Alpine+Tailwind:

- https://devdojo.com/pines

- https://sailboatui.com/ (minimal alpine)

WebComponents:

- https://shoelace.style/

Others:

- https://daisyui.com/

- https://flowbite.com/

- https://preline.co/index.html

u/boundlessdreamz

KarmaCake day4594October 23, 2008
About
Ruby on Rails consultant.

Creator: https://zestui.com - A UI toolkit for Ruby on Rails built with Phlex and Tailwind

Email: hello@manu-j.com

View Original