waroom "het is nu elf uur" not "het is elf uur nu" ?
i don't do bad sauce passes
NASA
almost home
art blog(derogatory)
we're not kids anymore.
todays bird
Monterey Bay Aquarium

Kiana Khansmith
Sweet Seals For You, Always

@theartofmadeline
$LAYYYTER
"I'm Dorothy Gale from Kansas"
No title available
Claire Keane

ellievsbear
Aqua Utopia|海の底で記憶を紡ぐ
RMH

Origami Around

blake kathryn
occasionally subtle

seen from United Kingdom

seen from Philippines
seen from Brazil
seen from T1
seen from Lithuania

seen from United States

seen from United States
seen from Italy
seen from T1
seen from Italy
seen from United Kingdom
seen from Malaysia

seen from Malaysia

seen from Ukraine
seen from United Kingdom
seen from Canada

seen from United States
seen from United States
seen from United Kingdom
seen from United States
@ansuf
waroom "het is nu elf uur" not "het is elf uur nu" ?
"put" in Dutch
"zet"
"leg"
"stop"
staan, ligt
"zit", "staat", "staan", "ligt"
staat
staan
leetcode
git cheatsheet
git config --global init.defaultBranch
What You'll Do
Design, develop, and maintain the backend infrastructure that powers our IoT applications, ensuring they are reliable, scalable, and ready for global expansion.
Develop and maintain production-ready Python code that is clean, well-structured, and optimized for performance.
Use AWS Lambda, DynamoDB, and other cloud services to build event-driven and serverless solutions.
Design, manage, and enhance CI/CD pipelines to streamline the development and deployment process, adhering to DevOps best practices.
Quickly resolve backend issues, ensuring system reliability, while continually exploring ways to improve and innovate.
Work closely with the IT team to deliver seamless, high-quality products.
Produce clear, comprehensive documentation and ensure code quality through rigorous testing.
What You’ll Bring:
Backend Development Expertise: At least 3+ years of experience as a Software Engineer, with a focus on backend systems.
Python Mastery: Strong proficiency in Python, with experience developing and deploying large-scale, production-ready applications.
Cloud & AWS Experience: Extensive knowledge of AWS services, including Lambda, DynamoDB, SQS, SNS, API Gateway, and EventBridge.
Serverless Enthusiast: Passion for serverless and event-driven architectures, and the ability to design scalable, efficient backend systems using these technologies.
Code Quality & DevOps Skills: Ability to write clean, maintainable code and experience with CI/CD pipelines and DevOps practices for seamless deployments.
Problem-Solving Mindset: Proactive approach to identifying and solving complex problems, with a commitment to delivering high-quality solutions.
Strong Documentation: Experience writing comprehensive, clear documentation that helps ensure smooth handovers and collaboration.
Nice to Have (but not essential)
Familiarity with telecom protocols like RADIUS, IPAM, and an understanding of computer networks or roaming technologies.
Experience with PostHog or similar analytics platforms.
Stiffness Matrix
81 stiffness coefficients
source: https://www.youtube.com/watch?v=11wZKyUZf3w
Mini washing machine
Mestic Washing Machine MW-120 (capacity 3.5 kg) complete with box. We bought it new in May 2023 for 149.95 euros. please make an offering. pickup at Ede Center before 31 of July. Selling because we want to move out. minus: you need to repeat 2 - 3 times for washing (with detergent) and rinse (without detergent) manually.
how to dispose of trash
go to apartment door
How to open main front door and mailbox
How to open entrance door to basemen
Storage to Entrance
Housing in Ede Centrum
#storage
alternative if-else php syntax
Snippet Golang: removing nth element in an array
```
package main
import "fmt"
type Temporary struct { Event string ID uint }
var tmp = []Temporary{ Temporary{ Event: "red", ID: 2, }, Temporary{ Event: "blue", ID: 3, }, Temporary{ Event: "black", ID: 4, }, Temporary{ Event: "pink", ID: 5, }, }
func Release(id uint) {
loop: for i, x := range tmp { if x.ID == id { copy(tmp[i:], tmp[i+1:]) tmp = tmp[:len(tmp)-1] goto loop } } }
func main() { fmt.Println("1:", tmp)Release(4) fmt.Println("2:", tmp)
} ```
Step-by-Step Making Hugo Web
create private repo 'backup-[project-name]'
clone via Codium to local drive
check Hugo installation 'hugo version'
open Codium terminal on the project and create hugo project by run 'hugo new site . --force'
Jekyll Deployment Option
✅ Github to store project files ✅ Travis to run automated published script ✅ a domain name for future visitors to use