Brian Hart
@bbhart
Holly Springs, NC
6 Followers
Former eng manager at LinkedIn, looking for the next challenge
We broke ground today, now enjoying the evening in the field
0
0
Finalized the purchase of our land, next step: build a house! 🚜 #TheFarm
2
0
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.
1
0
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! 😀
1
0
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
3
4
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
0
1
Praise the Lord for Southern women…
1
1
Road trip day 7: Alabaaama! #NoahsArkRoadTrip
0
1
Congrats!
0
0
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!
0
0
South of Broad, Charleston #photography
2
3
4
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
1
0
That's so cool they sent you that 🤩
0
0
Cotton candy sunrise this AM 🌤 #photography
1
2
3
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 🕺
0
0
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.
1
0
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?
1
0
Anyone have experience doing BGP sessions with Bird?
1
0
Sidewalk interrupted in Charleston's Ansonborough neighborhood.
1
0
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!
0
1