HN user

groundCode

933 karma

web dev mostly, ios tinkerer now and then - python, javascript, ruby, c# contact me at rubyflewtoo at gmail

Posts160
Comments168
View on HN
www.bbc.co.uk 6y ago

Fortnite World Cup at Flushing

groundCode
1pts0
www.theguardian.com 7y ago

Dr John the New Orleans Musician Has Died

groundCode
2pts0
news.ycombinator.com 7y ago

Ask HN: Have you released software on the Microsoft store?

groundCode
6pts4
openspending.org 8y ago

Open Spending – search, visualise and analyse fiscal data in the public sphere

groundCode
2pts0
www.bbc.co.uk 9y ago

Chris Cornell: Audioslave and Soundgarden singer dies aged 52

groundCode
3pts0
www.bbc.co.uk 9y ago

The man who catches marathon cheats

groundCode
2pts0
en.wikipedia.org 10y ago

Macadam

groundCode
1pts0
www.engadget.com 10y ago

ASUS' ZenBook 3 is thinner, lighter and faster than the MacBook

groundCode
3pts0
uk.businessinsider.com 10y ago

The National Trust has put a £1M farm on the market for just £1

groundCode
2pts0
news.ycombinator.com 10y ago

Ask HN: Email provider for your custom domains

groundCode
2pts1
keathley.io 10y ago

Using Functions in Elixir Guard Clauses

groundCode
3pts0
gds.blog.gov.uk 10y ago

User-centered design

groundCode
1pts0
www.bbc.co.uk 10y ago

Large Hadron Collider can be 'world's biggest rain meter'

groundCode
3pts0
www.thehistoryoflondon.co.uk 10y ago

Coffee houses, taverns, tea and chocolate

groundCode
2pts0
techcrunch.com 10y ago

What bubble? VCs spend $12B on startups in first quarter

groundCode
2pts0
www.bbc.co.uk 10y ago

Led Zeppelin stars face copyright trial for Stairway to Heaven

groundCode
3pts1
arstechnica.co.uk 10y ago

France wants Tesla to transform its old nuclear plant into a car factory

groundCode
8pts1
www.bbc.co.uk 10y ago

Project to drill into 'dinosaur crater'

groundCode
2pts0
www.theguardian.com 10y ago

Father asks Apple head Tim Cook to unblock dead son's iPhone

groundCode
2pts0
www.bbc.co.uk 10y ago

The rise and fall of the GLC

groundCode
1pts0
www.nature.com 10y ago

Bionic roses implanted with electronic circuits

groundCode
1pts0
rob.conery.io 10y ago

Using Recursion in Elixir

groundCode
21pts13
www.bbc.com 11y ago

Wimbledon's super grass: the turf of champions

groundCode
1pts0
intenseagile.com 11y ago

Adventures in creating a JavaScript image carousel

groundCode
1pts0
adactio.com 11y ago

Instantiation

groundCode
1pts0
una.im 11y ago

SASS Pixel Art

groundCode
1pts0
intenseagile.com 11y ago

Taking security for granted in the wake of the celebrity photo hack

groundCode
2pts0
news.ycombinator.com 12y ago

Ask HN: Where would you start learning about basic devops/server management

groundCode
2pts1
hownottohireadeveloper.blogspot.co.uk 12y ago

I will not hack on your codebase for free in an interview

groundCode
159pts244
news.ycombinator.com 12y ago

Ask HN: Selling links good idea or bad?

groundCode
1pts1

Nothing stopping you using a private repo. I use Netlify to host and have it automatically deploy when I merge to main, but my repo is private. I write my drafts in a branch and merge when I'm ready to publish.

The Norway Problem 5 years ago

I've hit this exact same problem loading YAML in Ruby. Luckily caught it before it hit prod, but still, it made me go argh for a while.

The Norway Problem 5 years ago

Bugs make it to production no matter how careful you are.

What matters is how you deal with incidents as an organisation, not that you should never release a bug.

Not Tmux, but one of my favourite things about iTerm2 is the search/copy functionality from the keyboard. I often find myself reaching for it, for example

git log - see a commitish I want to fixup cmd-f type first few letters hit tab to get to the end of the commitish cmd-c esc cmd-v to paste it

The other great thing is when you have cmd-f going and there are multiple hits in your terminal, hitting enter cycles you through them backwards.

50 Years of Pascal 5 years ago

Pascal was the first language I learned. I don’t remember my ch of it but I always liked := for variable assignment

I think the hype works though. I don’t have a clubhouse account and I can sort of imagine the plethora of hustlers and the time I would waste if I did have an account. But like the early invite only days of gmail, it’s still a social indicator if you’re “in”

The company still holds the power though. Your current contract is unlikely stipulate that you can work full time remote. I suspect that until there are enough options in the hiring market for employees to “vote with their feet”, employers will want to return to bums on seats.

The question is, do any of us actually need the flagship devices? The android phones I’ve bought for family members on the budget end of the spectrum seem to last just as long as the flagships and have decent enough feature sets for pretty much everything from what I can see. Granted none of us play a lot of games and we are more of the holiday snaps than artists when it comes to photos.

Many people find working in a busy office overstimulating And filled with far too much activity and noise and it fills them with anxiety.

In an ideal world, workplaces would strike a balance and allow each person the environment to deliver their best work.

Rails 6.0 7 years ago

I switched from .NET to rails. agree with the other comments about rails tutorial. It is excellent but don’t forget the rails guides (guides.rubyonrails.org).

If you already understand MVC (for example if you’ve worked with .NET’s MVC offering) reading rails guides will serve you very well.

There’s also something to be said, from a recruitment point of view, to having everyone’s site look the same. It eliminates one bit of unconscious bias. In a way, it can help anonymise each person, which can make for a different (perhaps fairer?) hiring process.

As someone pretty comfortable with got on the command line, what advantages would a GUI give me? I’m not trolling, it’s an honest question. Anyone with good got command line skills move to something like this and find it offers them a better workflow?

My child learned to read using phonics. We didn’t use this book though. At some point she asked us what the squiggly black “pictures” in her book were. Once she figured out that we weren’t just making up the stories and that they were there for anyone to read she was motivated. Then reading time basically became sounding out words with her until she could read. We were lucky to have access to a lot of books very cheaply and some good libraries in walking distance which helped.

Today I’m proud to help introduce a service that would have made my life from 2015 through 2019 a whole lot harder

Surely the author means easier?

Little Free Pantry 7 years ago

This is nice. In the UK some supermarkets have a food bank you can donate to as you leave. I usually donate food to those. This is a bit more personal. Although I’m lucky enough to live in a neighbourhood where it doesn’t seem like people are wanting for food. I suppose you never know when someone is having a rough few months though and this is a nice way to foster some relationships.

Like a few other replies, I force push on my branches all the time.

I push my code up to my origin as soon as I can and as I go I’ll fix up my commits and force push.

There are some advantages for me anyway. Pushing to origin kicks off some smoke tests and end to end tests that are fairy slow and cumbersome to run on my dev machine. That helps me catch bugs earlier, especially since I’m working on a Microservices architecture. Also it acts as a backup for if my dev machine dies on me. I prefer to fix up and force push to create a clean logical story from my code rather than leave in spurious commits which exist only to fix linting for example.

I think it goes both ways. Yes the student has to expend effort to understand, but teachers can make a huge difference. With Stackoverflow, I think often the simple questions point to a possibility that technical documentation isn’t all that beginner friendly. That and a lack of good examples in many tech docs. Good questions answered by good teachers can be an amazing shortcut to better understanding.

But it’s more your own lack if you’re not able to imagine these thing inside your mind by yourself

Maybe that in itself is a taught skill?

Disraeli said “the fool wonders, the wise man asks”

I Miss Rails 7 years ago

I think Rails is a good framework. What absolutely sells it to me is Ruby. I was a miserable C# developer. Now I’m a happy Ruby developer.