- Dealing with some gather town room spam
- Rspec mutation testing, https://neontapir.github.io/professional/2017/03/20/mutation-testing-in-ruby/
- TDD approaches
- A gem with an internal pricing page https://github.com/mbj/mutant#pricing
- OpenTelemetry metrics, trying to align people on push v pull
- Logging & papertrail.com
- Using logs to monitor feature use
- Finding unescaped
]
in regexes elastic/integrations#3673, https://rubular.com/r/VXFIaQQSZL5fJt - On-call rotations and support escalations
- "Sobriety stipend" rewarding people for staying sober enough to handle support escalations :)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if application "iTerm" is running then | |
tell application "iTerm" | |
create window with default profile | |
end tell | |
else | |
activate application "iTerm" | |
end if | |
tell application "iTerm" | |
tell current window |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ES_HOSTS=https://(PRODUCTION ES):443 | |
ES_API_KEY=(API KEY FOR WRITING LOGS) | |
ES_UUID=(PRODUCTION ES UUID) | |
ES_MONITOR_HOSTS=https://(MONITOR ES):443 | |
ES_MONITOR_API_KEY=(API KEY FOR WRITING MONITORING DATA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- work planning & economic conditions | |
- getting more work by raising rates | |
- handling payroll for small companies | |
- country comparisons, crime rates | |
- having grandkids | |
- post-doc training |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -euxo pipefail | |
rm -rf Floating-Sandbox | |
rm -rf DevIL | |
rm -rf SFML | |
# rm -rf wxWidgets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Folks getting into Ruby recently | |
- [Odin project](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming) | |
- Finding a good starter project | |
- Something for a friend, ideally with a deadline | |
- something you can get excited about | |
- Feelings on Rails Turbo | |
- Comparison to python https://www.linkedin.com/feed/update/urn:li:activity:6971961568645259264/ | |
- Finding new ruby remote jobs with good parental leave policies | |
- Javascript/Typescript, value of typing | |
- Maybe ruby duct typing is just good enough, playing with sorbet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- hardcore babying | |
- the stuggles of homes & schools | |
- visit from a 1 month old | |
- Helping kids navigate sticky games & internet | |
- Reading https://www.amazon.com/Digital-Minimalism-Choosing-Focused-Noisy/dp/0525536515 | |
- picking sticky cross-language TV for kids | |
- "how do you strip-mine hate?" | |
- general PC shopping things & https://minixpc.com/blogs/review/minisforum-hx90 |
Attendees: Mayra, Mat Schaffer, Bobby, Drew Bragg, Meg Gutshall, Chuba
- Using global virutal meetups to help with isolation
- Using elasticsearch for https://www.gob.pe/
- Rails newbie program, starting at the front end
- Rails Conf decompression + virtual this week
- Atlanta next year
- https://podcasts.apple.com/us/podcast/episode-7-chris-oliver/id1608027128?i=1000565507669 - Amazing to hear all the stuff that Chris Oliver
- Accountabilibuddies
graph TD
subgraph Laptop
ProdKibana[Kibana]-->ProdES[Elasticsearch]
Agent-->|poll/push|ProdKibana
Agent-.->|poll/push|ProdES
end
subgraph Cloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"agent" : { | |
"name" : "opentelemetry/go", | |
"version" : "1.5.0" | |
}, | |
"data_stream.namespace" : "default", | |
"data_stream.type" : "metrics", | |
"processor" : { | |
"name" : "metric", | |
"event" : "metric" |
NewerOlder