lade...
random avatar

fuzzygroup - Network

Posts Subscribe

If you haven't said a silent prayer of thanks to your appropriate deity for the goodness that is Mastodon, the clown show at Twitter...

https://ruby.social/@fuzzygroup/...

If you haven't said a silent prayer of thanks to your appropriate deity for the goodness that is Mastodon, the clown show at Twitter should inspire you to do so:

theverge.com/2023/2/14/2360035

15.2.2023 12:29If you haven't said a silent prayer of thanks to your appropriate deity for the goodness that is Mastodon, the clown show at Twitter...
https://ruby.social/@fuzzygroup/...

ChatGPT may not always be right but it is a useful programming tool. The new ChatGPT Chrome Extension for Stack Overflow is damn...

https://ruby.social/@fuzzygroup/...

ChatGPT may not always be right but it is a useful programming tool. The new ChatGPT Chrome Extension for Stack Overflow is damn interesting -- it writes an answer for you in Stack Overflow's context!

At least for Ruby and Rails, Stack Overflow can be as much as a decade out of date. ChatGPT may be able to get you a more current answer.

chrome.google.com/webstore/det

news.ycombinator.com/item?id=3

9.2.2023 11:27ChatGPT may not always be right but it is a useful programming tool. The new ChatGPT Chrome Extension for Stack Overflow is damn...
https://ruby.social/@fuzzygroup/...

I rewrote Cartazzi's access control stuff this morning and I ran every test individually like this:bin/rails test...

https://ruby.social/@fuzzygroup/...

I rewrote Cartazzi's access control stuff this morning and I ran every test individually like this:

bin/rails test test/controllers/projects_controller_test.rb:45

I always think of running tests one by one as sneaking up on them as if I was in a Scooby Doo mystery ...

tenor.com/view/creepin-scoobyd

9.2.2023 08:48I rewrote Cartazzi's access control stuff this morning and I ran every test individually like this:bin/rails test...
https://ruby.social/@fuzzygroup/...

When you're really, really pessimistic and haven't had coffee yet, you write commit messages like this:git commit -m "Actual...

https://ruby.social/@fuzzygroup/...

When you're really, really pessimistic and haven't had coffee yet, you write commit messages like this:

git commit -m "Actual adding of gemfiles in a way that might, perhaps, maybe, but possibly not work (oh and dynamic color changing)"

7.2.2023 11:53When you're really, really pessimistic and haven't had coffee yet, you write commit messages like this:git commit -m "Actual...
https://ruby.social/@fuzzygroup/...

If you work in high tech and your spouse has never understood your passion and you just can't get them to understand, I strongly...

https://ruby.social/@fuzzygroup/...

If you work in high tech and your spouse has never understood your passion and you just can't get them to understand, I strongly recommend you make the listen to the Graphing Calculator Story: corecursive.com/shipping-graph @corecursive

6.2.2023 10:20If you work in high tech and your spouse has never understood your passion and you just can't get them to understand, I strongly...
https://ruby.social/@fuzzygroup/...

If you work in high tech and your spouse has never understood your passion and you just can't get them to understand, I strongly...

https://ruby.social/@fuzzygroup/...

If you work in high tech and your spouse has never understood your passion and you just can't get them to understand, I strongly recommend you make the listen to the Graphing Calculator Story: corecursive.com/shipping-graph

6.2.2023 10:19If you work in high tech and your spouse has never understood your passion and you just can't get them to understand, I strongly...
https://ruby.social/@fuzzygroup/...

A shell script to move the guts of a rails app (views / models / controllers / tests) from one Rails app to...

https://ruby.social/@fuzzygroup/...

A shell script to move the guts of a rails app (views / models / controllers / tests) from one Rails app to another

gist.github.com/fuzzygroup/aa0

2.2.2023 12:07A shell script to move the guts of a rails app (views / models / controllers / tests) from one Rails app to...
https://ruby.social/@fuzzygroup/...

ConFreaks released the 2022 Rails Conf videos to Youtube!...

https://ruby.social/@fuzzygroup/...

ConFreaks released the 2022 Rails Conf videos to Youtube! youtube.com/watch?v=qqTFm2ZtRH

17.1.2023 12:20ConFreaks released the 2022 Rails Conf videos to Youtube!...
https://ruby.social/@fuzzygroup/...

A quick shoutout to Chris Oliver of GoRails for outstanding support. The other night I needed Ruby 3.2 support on HatchBox Classic and in...

https://ruby.social/@fuzzygroup/...

A quick shoutout to Chris Oliver of GoRails for outstanding support. The other night I needed Ruby 3.2 support on HatchBox Classic and in pretty close to real time, Chris took care of this. Thank you Chris!

* gorails.com/
* hatchboxapp.com/

14.1.2023 13:03A quick shoutout to Chris Oliver of GoRails for outstanding support. The other night I needed Ruby 3.2 support on HatchBox Classic and in...
https://ruby.social/@fuzzygroup/...

When you are rapid prototyping schema evolutions and you have foreign key relationships, sometimes db:migrate:down VERSION= just sucks...

https://ruby.social/@fuzzygroup/...

When you are rapid prototyping schema evolutions and you have foreign key relationships, sometimes db:migrate:down VERSION= just sucks so:

ActiveRecord::Base.connection.execute("DROP TABLE dudes CASCADE")

and then:

ActiveRecord::Base.connection.execute("DELETE FROM schema_migrations WHERE version='20230104145215'")

is just easier!

5.1.2023 10:28When you are rapid prototyping schema evolutions and you have foreign key relationships, sometimes db:migrate:down VERSION= just sucks...
https://ruby.social/@fuzzygroup/...

While I haven't read this fully yet, I know the author online and this looks to be a great book on Kubernetes Debugging:...

https://ruby.social/@fuzzygroup/...

While I haven't read this fully yet, I know the author online and this looks to be a great book on Kubernetes Debugging: amazon.com/dp/B0BRKBP3BG/

4.1.2023 14:31While I haven't read this fully yet, I know the author online and this looks to be a great book on Kubernetes Debugging:...
https://ruby.social/@fuzzygroup/...

Here's a thought -- given that every rails database tends to be named:THING_developmentTHING_testTHING_productionWhy do we define these...

https://ruby.social/@fuzzygroup/...

Here's a thought -- given that every rails database tends to be named:

THING_development
THING_test
THING_production

Why do we define these separately on 3 different lines in database.yml? Why don't we define a database prefix? Isn't that drier?

4.1.2023 13:49Here's a thought -- given that every rails database tends to be named:THING_developmentTHING_testTHING_productionWhy do we define these...
https://ruby.social/@fuzzygroup/...

My good friend Nick Janetakis wrote up an awesome guide to Docker and...

https://ruby.social/@fuzzygroup/...

My good friend Nick Janetakis wrote up an awesome guide to Docker and Rails:

nickjanetakis.com/blog/a-guide

and a corresponding video:

nickjanetakis.com/blog/a-guide

3.1.2023 18:35My good friend Nick Janetakis wrote up an awesome guide to Docker and...
https://ruby.social/@fuzzygroup/...

A blog post of mine about the PaperTrail gem and ActiveAdmin got published over on Glass Ivy. My content normally exists just on my blog so...

https://ruby.social/@fuzzygroup/...

A blog post of mine about the PaperTrail gem and ActiveAdmin got published over on Glass Ivy. My content normally exists just on my blog so this is novel for me:

glassivy.com/papertrail-gem-ru

3.1.2023 14:19A blog post of mine about the PaperTrail gem and ActiveAdmin got published over on Glass Ivy. My content normally exists just on my blog so...
https://ruby.social/@fuzzygroup/...

Ah the bittersweet feeling of a project rolling to its end and you're noticing that your github permissions are being revoked bit by...

https://ruby.social/@fuzzygroup/...

Ah the bittersweet feeling of a project rolling to its end and you're noticing that your github permissions are being revoked bit by bit. *sniff*.

30.12.2022 16:44Ah the bittersweet feeling of a project rolling to its end and you're noticing that your github permissions are being revoked bit by...
https://ruby.social/@fuzzygroup/...

Recipes I tried: * https://fuzzyblog.io/recipes/main_course/2022/04/07/gluten-free-cashew-chicken.html*...

https://ruby.social/@fuzzygroup/...

Recipes I tried:

* fuzzyblog.io/recipes/main_cour
* foodandwine.com/recipes/salmon
* foodnetwork.com/recipes/kung-p
* seriouseats.com/breakfast-burr
*

29.12.2022 11:48Recipes I tried: * https://fuzzyblog.io/recipes/main_course/2022/04/07/gluten-free-cashew-chicken.html*...
https://ruby.social/@fuzzygroup/...

And, honestly, I can’t believe that @jason devoted 35 minutes of This Week in Startups air time to a product that works this poorly. Yes...

https://ruby.social/@fuzzygroup/...

And, honestly, I can’t believe that @jason devoted 35 minutes of This Week in Startups air time to a product that works this poorly. Yes her experience was interesting and I learned some things about Indian startup world but did anyone at Twist try the product?

29.12.2022 11:48And, honestly, I can’t believe that @jason devoted 35 minutes of This Week in Startups air time to a product that works this poorly. Yes...
https://ruby.social/@fuzzygroup/...

In an age where Notion can use AI to generate a startup and write a memo or Dall-E can generate Cartazzi’s Dinosaur on a Train logo with...

https://ruby.social/@fuzzygroup/...

In an age where Notion can use AI to generate a startup and write a memo or Dall-E can generate Cartazzi’s Dinosaur on a Train logo with just a few words, it feels like EatKind should be rewriting the recipe intelligently. Overall impression: I am incredibly underwhelmed.

29.12.2022 11:48In an age where Notion can use AI to generate a startup and write a memo or Dall-E can generate Cartazzi’s Dinosaur on a Train logo with...
https://ruby.social/@fuzzygroup/...

The recipe was “veganized” only in the sense that it showed me there are vegan shrimp. It did not give me a substitute for the chicken...

https://ruby.social/@fuzzygroup/...

The recipe was “veganized” only in the sense that it showed me there are vegan shrimp. It did not give me a substitute for the chicken stock (hey - chicken stock isn’t vegan). It also didn’t help me with how to cook the vegan shrimp. Result: eatkind.co/?q=https:%2F%2Fwww.

29.12.2022 11:48The recipe was “veganized” only in the sense that it showed me there are vegan shrimp. It did not give me a substitute for the chicken...
https://ruby.social/@fuzzygroup/...

From this week in startups on 12/15, I found http://eatkind.co which purports to “veganize” recipes. I tried four recipes (below). And...

https://ruby.social/@fuzzygroup/...

From this week in startups on 12/15, I found eatkind.co which purports to “veganize” recipes. I tried four recipes (below). And the result was disappointing at best. youtube.com/watch?v=Vx1LYgJTgh

29.12.2022 11:48From this week in startups on 12/15, I found http://eatkind.co which purports to “veganize” recipes. I tried four recipes (below). And...
https://ruby.social/@fuzzygroup/...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members