Show newer

gotta sleep.

My two basic principles for work: 8 hours sleep and go home on time.

Frankly speaking, this is my first time sleeping at 10pm and wake up at 6am in a stable manner.

是这样……

已经是主流意识了:在这个环境下直接死去比不内卷地活下去更轻松。

@bmaxv it's not well paid. The salary is 7k CNY pre-tax (I will get less than 1k usd). Currently I'm in charge of a less hurry request, so no pressure on me. But I don't think that's will last forever.

How difficult to get a new job? Man, one and a half year after graduation, this is my first job/offer I got.

Well, on the tech side, at least I can find the first request's implementation. And I think I can figure out how to do it.

But the management is feeling so wrong. Unlike all courses, blogs or books I read, there is no unit test, no code coverage, no task management (someone will tell you what needs to be done through IM, that's all), no documentation.

I thinking what I'm planning is to have a chat with the boss and ask him what's the future plan. I can't bear this mess.

But I don't know if everyone is bearing this mess. So please point out if I'm wrong. Also, I want to know all different kinds of thought, helps and advices. Please dont hesitate to reply. Thanks!

Show thread

Well, on the tech side, at least I can find the first request's implementation. And I think I can figure out how to do it.

But the management is feeling so wrong. Unlike all courses, blogs or books I read, there is no unit test, no code coverage, no task management (someone will tell you what needs to be done through IM, that's all), no documentation.

I thinking what I'm planning is to have a chat with the boss and ask him what's the future plan. I can't bear this mess.

But I don't know if everyone is bearing this mess. So please point out if I'm wrong. Also, I want to know all different kinds of thought, helps and advices. Please dont hesitate to reply. Thanks!

Show thread

Third day of my first job. I need help/ advice.

I'm still thinking, if I should resign from this job considering now I have no where to go.

Start working on code today. My task is to merge two different branches of code base.

No document on what code/package implements what feature, or what API there are. There is no documentation about the code at all. All I got is a list of clients' requests which were implemented before (in the old code base). And I was told to rely on myself to figure out where is the code and how to implement the same feature in the new code base.

With my limited knowledge, frankly speaking, I don't know if this is a bad managed project or not (since that's my first serious job), but my guts tell me that this feels wrong.

@freemo I sent the email. Just a reminder in case it ended up into the junk mail folder.

@freemo Thanks for the offer! I found multiple email addresses on your website, which one I should use to send my resume?

(Currently in working hours, might not be able to reply quickly)

@easonw 我上课刚听老师讲完这个!最容易让鲜切花坏掉的原因有两个,一个是水里和空气里的细菌,另一个是花缺水,没办法维持本来的形状。消毒液的原理是防止水里出现细菌。糖的原理是给花提供营养。还有偏方说用雪碧,是提供养分+二氧化碳疏通花的xylem和phloem。还有买回鲜切花后用热水醒花,或者时不时剪掉最下边的一段茎,也是为了防止xylem和phloem堵着。以及买到花之后最好去掉靠近底部的叶子,但留下最上边新鲜的叶子。因为新鲜的叶子会通过呼吸,从stomata排出水,这个力可以把花瓶里的水吸上来给花用! :ablobcatrave:

well, things are not going right.

The company is fine, but the code is not.

It's not a healthy code base. There is no documentation, no unit test, and can't run in debug mode. The database design is also bad. My first task is a database migration. There are multiple bad designs, for example, you have a passport ID for user. How do you know a user have a passport? Instead of testing if the passport ID is null, they designed a new column called hasPassport, along with the passport ID column.

Now I'm thinking if I should keep working here. The tech is old, still spring mvc 4, and the design is bad. No code review, all you get is customers need and all you need to do is deliver it asap.

Gonna figure this out before my probationary period ends

温哥华的万友们,有需要找cleaner的吗?只要$20一小时🤣 

我十多年的好朋友、在法国时候的室友现在在温哥华念书,今年开始可以合法打工了。她热爱做清洁,之前在我家住的时候把家里打扫得干干净净的,跟我请的专业清洁阿姨水平差不多。她最近在找做清洁的活儿,但是中间商给的价格太低了,大家如果有需求的话欢迎私信我,一起拒绝中间商赚差价。

除了基本清洁,她还会清洗壁挂式空调滤网、vent、抽油烟机,可以帮忙换猫砂、彻底清洗猫砂盆。

第一次试用只需$20加币一小时,之后$25一小时。最好家里有吸尘器可以提供。

我以熊格担保她会很认真地打扫。如果打扫得不好可以来找我,我帮你打断她的腿【划掉

毛象有时候也就像那种高中尖子班吧大家表面上装得很颓废说想死想杀人,但是每次随便说点那种生活小经验效率小妙招生产力小技巧瞬间就一百多转

之前只晓得新化人占领了国内复印店市场,今天看了这个才知道娄底抢占了高仿盗版文印市场。后知后觉的我惊觉,新化县不就是隶属于娄底市的?佩服娄底地方真服,真•敢为人先,闷声发财。

mp.weixin.qq.com/s?__biz=MzA4M

@royalbeagle 我现在用的是港版系统,简中还是会有一个搜狗的标志,尽管我没开那个云输入

#2884 Log Alignment 

A video can have a log scale that's misaligned with both the time AND space axes.
xkcd.com/2884/

For anyone who's into APRS, I've been working on a modern alternative called CATS for a few months: https://cats.radio/

It cleans up the bloat in the protocol. Packets are modular, consisting of whiskers, which can be mixed and matched depending on what you want to convey in your packet.

Everything from the physical layer up has been completely revamped. We're running raw FSK for a massive 12dB coding gain over AFSK. Modern commercial transceiver chips makes it economical to do everything in FSK. These didn't exist when APRS was first developed.

We're also using LDPC for forward error correction, and have boosted the data rate from 1200 baud (APRS) to 9600 baud.

I've developed reference implementations of a Raspberry Pi I-Gate and mobile transceiver. Both are fully FOSS, and I'll also be selling units fairly shortly for $24 USD and $49 USD respectively.

But that's all just a summary. I highly recommend checking out our site for more information! https://cats.radio

Hope you like it! #hamradio #amateurradio

My boss arrived to work in a brand new Lamborghini.

I said: “Wow, thats an amazing car!”

He replied: “If you work hard, put all your hours in, really deliver, and strive for excellence, I will get another one next year”

Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.