Brian Hart
@bbhart
Holly Springs, NC
6 Followers
Former eng manager at LinkedIn, looking for the next challenge
Right now, I am looking at glue through Google Chrome so I can use the translate function if I just want to read. It would be helpful to have a translation function to view the app when it is released in the future.
Looks great, visiting Japan has been on my travel list for a while. Now I’ll have to do this train ride for the view! 😀
You can also share and discuss code snippets with the new quote feature 🤓 and it will do syntax highlighting ⚡️⚡️⚡️
Just select the code "< >" option in the Drop compose dialog in the quote editor.
# The Greeter class
class Greeter
def initialize(name)
@name = name.capitalize
end
def salute
puts "Hello #{@name}!"
end
end
# Create a new object
g = Greeter.new("glue")
# Output "Hello Glue!"
g.salute
Our newest baby boy was born early this morning, 8lbs 14oz 💪
He’s healthy and mom is doing great
Thank you Lord, you’ve blessed me
Congrats!
You are right, good catch. I'm going to fix that by making the entire Drop clickable to go to the Drop view to see replies and if you click directly on the reply icon, it will bring up the Drop Compose dialog like normal to send a reply.
Thanks for the heads up!
What do you think are the reasons companies don't want to go all-in on remote workers?
Back in my Twitpic days, we were remote from the start and Ark will be too 🤷♂️
Also, office space ain't cheap, put that money into something else
That's so cool they sent you that 🤩
ZFS on Linux continues to surprise and delight, what wonderful technology 🤓
Had a sysadmin task that I thought was going to require me to use LVM...nope! ZFS handles it just as well if not better 🕺
Harken on Queen Street in Charleston is a magical place. Been here so many times for breakfast several of the employees know my name.
If you've seen the Queen's Gambit when Beth is in Paris, that's the vibe inside.
Basically I'm trying to accomplish:
- Have an ASN to announce to peer
- /24 is assigned to ASN
- Each host behind the router does own firewall & NAT'ing
- Each host has containers which get assigned a static public / private IP
I guess router with no NAT'ing?
Anyone have experience doing BGP sessions with Bird?
Hola everyone!
Just published my first article on Medium: medium.com/@imdiode/a-fresh-ta...
It is just a 3 min read so, do read it and let me know your vies and/or feedback!