Samsung T5 SSD

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
I recently bought 2 Samsung Portable T5 SSD, one 500GB one 2TB

E. 2 TB (Black) $1159
F. 500 GB (Blue) $248

newl0.png


256qkr6.png


13zoi6a.jpg
 

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
i stores my source codes, dependencies (libs + dlls), dependent softwares, licensed softwares inside these 2 SSD

it contains a lot of good stuff, rapidly develop software using my own Framework written in
1. C# (.NET Framework)
2. C# (.NET Standard & .NET Core)
3. Golang
4. Python

Also my own software
1. ScrapperMin (.NET & Java & Golang)
2. Machine Learning libraries
3. Some small sites

Also ebooks I purchased + the source codes
1. Machine Learning in Go
2. Mastering Xamarin Form
3. Mastering Xamarin UI Development
4. Machine Learning
5. Practical Cryptography with Go
6. Writing a Compiler in Go
7. Writing an interpreter in Go
 
Last edited:

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
The SSD comes with hardware based Encryption

if kena stolen, the data wont be able to be retrieved without the password.
 

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
As a developer it is normal for them to have their own libraries, own set of framework which has codes that they write repetitively

A good developer will have their own framework written at home and brought to company to be used there and introduce to the company the libraries they have to rapidly develop software in the company.

But most companies has their own framework (but too bad mine don't have), but developing your own framework as a foundation is not a bad idea if you need to long term support the software.

Unlike some companies i worked for in the past, their IT don't have any framework, do not have any basic classes not even a database connection framework, imagine the developer working there has to build things from ground up.

Good companies will give some times for new comers to learn their framework to build on top of that, but not many companies have their own framework which is a sad thing
 

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
For example you have database table
1. Student
2. Teacher

To add a new student in your software you have to write AddStudent, same for teacher AddTeacher, not to mentions DeleteStudent, DeleteTeacher, GetStudent ByStudent ID, GetTeacherByTeacherID, etc ,etc

in .NET there is Entity Framework which has strong coupling with SQL Server, it makes developer easier to develop on windows platform and windows SQL server. But what if one day you need to migrate to MongoDB or can't afford SQL license?

In the end you can't rely on Entity Framework purely, because if your foundation is built by the enterprise of other company, the enterprise will lock you down on using their products, what you need is to build your own framework so that you can navigate freely in any available type of databases in the market.
 

occifer

High Supremacy Member
Joined
Mar 9, 2018
Messages
39,368
Reaction score
4,362
I see.

(This is so u dont look like owself talk to ownself) :)

Sent from Spartaa using GAGT
 

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
I have written many type of frameworks stored in both SSD, summary
1. DALGenerator
A simple Data Access Layer generator creating Stored Procedure and generates code to use it and bind it to objects without using DataSet (DataSet is slow)
2. Common Platform
A simplle Data Access Layer that utilizes ComponentModel DataAnnotations to build SQL query at runtime and bind the result as objects without using DataSet but is using Reflection
3. PyDALGenerator
Same with DALGenerator but for MySQL and written in python
 

HMAN

Supremacy Member
Joined
Jan 6, 2002
Messages
5,355
Reaction score
729
As a developer it is normal for them to have their own libraries, own set of framework which has codes that they write repetitively

A good developer will have their own framework written at home and brought to company to be used there and introduce to the company the libraries they have to rapidly develop software in the company.

But most companies has their own framework (but too bad mine don't have), but developing your own framework as a foundation is not a bad idea if you need to long term support the software.

Unlike some companies i worked for in the past, their IT don't have any framework, do not have any basic classes not even a database connection framework, imagine the developer working there has to build things from ground up.

Good companies will give some times for new comers to learn their framework to build on top of that, but not many companies have their own framework which is a sad thing
Are You working with a small company that does not care to protect software IP ?

Sent from Google PIXEL C using GAGT
 

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
Are You working with a small company that does not care to protect software IP ?

Sent from Google PIXEL C using GAGT

What IP u talking? it is base classes that I develop myself.
My own software no IP protection, company wont pay me to use my framework either

Singapore do not take IP seriously, even company pay developer also pay peanuts, what IP you are going to talk about?
 

HMAN

Supremacy Member
Joined
Jan 6, 2002
Messages
5,355
Reaction score
729
The SSD comes with hardware based Encryption

if kena stolen, the data wont be able to be retrieved without the password.
Please remember the long string of backdoor key, losing it you won't be able to salvage the drive (can't format to regain the blank drive).

Sent from Google PIXEL C using GAGT
 

occifer

High Supremacy Member
Joined
Mar 9, 2018
Messages
39,368
Reaction score
4,362
Juz buy another drive to back them up?
Keep in safe deposit box if u worried about fire.

Sent from Spartaa using GAGT
 

HMAN

Supremacy Member
Joined
Jan 6, 2002
Messages
5,355
Reaction score
729
What IP u talking? it is base classes that I develop myself.
My own software no IP protection, company wont pay me to use my framework either

Singapore do not take IP seriously, even company pay developer also pay peanuts, what IP you are going to talk about?
Don't get me wrong. Just curious only, I am not doubting your software development skill set .
how about you leave the company without leaving your customize base library for maintenance.

Sent from Google PIXEL C using GAGT
 

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
Don't get me wrong. Just curious only, I am not doubting your software development skill set .
how about you leave the company without leaving your customize base library for maintenance.

Sent from Google PIXEL C using GAGT

I have been with many companies in Singapore

The management want job done thats it. They dont have knowledge nor capability to know how you build it. In fact i sacrifices most of my weekend developing software to be used in my current company but my big boss still have the cheek to ask why need to renew me to my small boss

Singapore is like this. IT wont be able to grow here especially when bosses only have money in mind and wont invest in foundation codes that benefit in long run
 

nubitol

High Supremacy Member
Joined
Jun 28, 2015
Messages
27,488
Reaction score
632
Please remember the long string of backdoor key, losing it you won't be able to salvage the drive (can't format to regain the blank drive).

Sent from Google PIXEL C using GAGT

I remember the key and periodically changing it. The best practice to secure my codes
 

china panda

Senior Member
Joined
Jun 19, 2012
Messages
994
Reaction score
0
I have been with many companies in Singapore

The management want job done thats it. They dont have knowledge nor capability to know how you build it. In fact i sacrifices most of my weekend developing software to be used in my current company but my big boss still have the cheek to ask why need to renew me to my small boss

Singapore is like this. IT wont be able to grow here especially when bosses only have money in mind and wont invest in foundation codes that benefit in long run

how many companies and how many years here already?
have you tried tech startups?
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,550
Reaction score
1,302
Don't get me wrong. Just curious only, I am not doubting your software development skill set .
how about you leave the company without leaving your customize base library for maintenance.

Sent from Google PIXEL C using GAGT

In addition:

In this case “Good” is a very subjective term. If the company is smart enough, they would not use this developer’s code or library unless the license is clear and the company has good understanding to use or not to use or willing to pay or not pay for it.

The project owner will need to know if the source code is available and under which license and whether it permits them to fork the version for modification and whether the modification need to be also shared.

:)
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top